Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/ai/chat \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "messages": [ "<string>" ] } '
Send messages to an AI assistant and receive a streaming response for interactive conversations.
Personal access token is obtained through your profile
Array of messages to send to the AI assistant
Default Response
Was this page helpful?