cURL
curl --request POST \ --url http://localhost:8080/api/v1/chats \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "group_ids": [ 123 ], "llm_id": 123, "llm_settings_id": 123, "name": "<string>" }, "type": "<string>" } } '
{ "attributes": { "groups": [ { "attributes": { "name": "<string>" }, "id": "<string>", "type": "<string>" } ], "llm_id": 123, "llm_settings_id": 123, "name": "<string>" }, "id": "<string>", "type": "<string>" }
Create a new chat with the provided information
Chat information
Chat input model
Show child attributes
Created
Chat response model
Was this page helpful?