API Reference
Complete REST API documentation for integrating AItocha Surveys into your applications.
Authentication
All API requests require authentication using a Bearer token. Include your token in the Authorization header:
Authorization: Bearer YOUR_ACCESS_TOKENYou can also use API keys for server-to-server communication. API keys should be passed in the X-API-Key header:
X-API-Key: sk_your_api_key_hereBase URL
https://api.aitochasurveys.comAuthentication
Surveys
Public Surveys
Analytics
Webhooks
Rate Limits
| Plan | Requests/minute | Requests/day |
|---|---|---|
| Free | 60 | 1,000 |
| Starter | 120 | 10,000 |
| Pro | 300 | 100,000 |
| Business | 600 | Unlimited |