cURL
curl --request POST \ --url https://openagents.com/api/chats \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "API Chat" } '
{ "data": {} }
Creates a conversation container and persists an initial thread title.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional title for the new conversation
"API Chat"
Resource created