API Reference
The ChatExpert API allows you to programmatically access your data and automate workflows. Our API is built on REST principles and uses JSON for all requests and responses.
GET https://api.chatexpert.in/v1/tasks
Authentication
All API requests must include your API Key in the header:
Authorization: Bearer YOUR_API_KEYCore Endpoints
Tasks
GET /v1/tasks- List all tasksPOST /v1/tasks- Create a new task
Projects
GET /v1/projects- List all projectsPUT /v1/projects/id- Update project
Rate Limits
The API is limited to 1,000 requests per minute per API Key.