The Cody AI API allows you to integrate Cody AI into your applications and services. You can access a list of bots, manage conversations, and send messages using our intuitive API endpoints.
For detailed information on our API, please visit Our API page.
Introduction
Cody AI API uses API keys for authentication. Make sure to secure your API key and not expose it publicly. We also enforce rate limiting to protect our services from traffic spikes. Ensure you respect the rate limits provided in the response headers.
Endpoints
We offer various endpoints to help you manage and interact with bots, conversations, and messages.
Bots
- `/bots`: Fetch all bots.
Conversations
- `/conversations`: Get, create, update, and delete conversations.
Messages
- `/messages`: List, send, and send messages for stream.
To access the available endpoints, use the base URL `https://getcody.ai/api/v1` followed by the specific endpoint.
For more details and example requests, visit Our API page.