Starts a new conversation with the given model.
cURL
curl --request POST \ --url https://api.qwix.chat/api/v1/conversations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "modelId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "model": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }, "createdAt": "2023-11-07T05:31:56Z" }
JWT from POST /auth/login, or an API key via the same header depending on client configuration.
POST /auth/login
Conversation created
Model embedded in conversation list (id and name only)
Show child attributes