POST /api/v1/chat.
Request
- Method:
POST - Path:
/api/v1/chat - Auth:
Authorization: Bearer <access_token> - Body:
Example – cURL
Example – JavaScript (fetch)
Example – Python
Response
On success (200 OK):
Send a user message to your assistant and receive a reply.
POST /api/v1/chat.
POST/api/v1/chatAuthorization: Bearer <access_token>200 OK):