Complete reference documentation for the ChatTime AI REST API.
https://api.ChatTime.ai/v1Explore all available endpoints and their documentation.
Learn how to authenticate API requests with API keys and OAuth.
Create and manage conversation sessions with your chatbots.
Send and receive messages within conversations.
Configure webhooks to receive real-time event notifications.
Upload and manage training documents for your chatbots.
/v1/messagescurl -X POST https://api.ChatTime.ai/v1/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"conversation_id": "conv_123abc",
"content": "Hello, how can I help you today?",
"role": "assistant"
}'Use our official SDKs for faster integration.