Complete REST API documentation for building with Intellecta
All API requests should be made to:
https://api.intellecta.ai/v1Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYLearn how to authenticate your API requests
/api/auth/tokenGet access token
/api/auth/refreshRefresh token
/api/auth/revokeRevoke token
Manage and interact with your AI chatbot
/api/chat/messageSend message
/api/chat/historyGet conversation history
/api/chat/configUpdate configuration
Generate AI-powered content programmatically
/api/content/generateGenerate content
/api/content/templatesList templates
/api/content/batchBatch generation
Set up real-time event notifications
/api/webhooksCreate webhook
/api/webhooksList webhooks
/api/webhooks/:idDelete webhook
Free Tier
100/hour
Pro Tier
1,000/hour
Enterprise
Custom
Rate limit headers are included in all API responses. Contact us for custom rate limits.