cURL
curl --request POST \ --url https://api.example.com/chats \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "chat_type": "code", "analysis_node_id": "<string>", "code_version_id": "<string>" } '
{ "id": "<string>" }
create a new chat session for either a code version, or an analysis
Documentation IndexFetch the complete documentation index at: https://docs.bevor.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bevor.io/llms.txt
Use this file to discover all available pages before exploring further.
API key in Bearer token format
code
analysis
Successful Response