Intellecta LogoIntellecta
Back to Documentation

API Reference

Complete REST API documentation for building with Intellecta

Base URL & Authentication

All API requests should be made to:

https://api.intellecta.ai/v1

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Authentication

Learn how to authenticate your API requests

POST/api/auth/token

Get access token

POST/api/auth/refresh

Refresh token

POST/api/auth/revoke

Revoke token

Chatbot API

Manage and interact with your AI chatbot

POST/api/chat/message

Send message

GET/api/chat/history

Get conversation history

PUT/api/chat/config

Update configuration

Content Generation

Generate AI-powered content programmatically

POST/api/content/generate

Generate content

GET/api/content/templates

List templates

POST/api/content/batch

Batch generation

Webhooks

Set up real-time event notifications

POST/api/webhooks

Create webhook

GET/api/webhooks

List webhooks

DELETE/api/webhooks/:id

Delete webhook

Rate Limits

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.