cURL
curl --request POST \ --url http://localhost:8080/api/v1/chat-history-records \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "chat_id": 123, "name": "<string>", "session_id": "<string>", "user_id": 123 }, "type": "<string>" } } '
{ "attributes": { "chat_id": 123, "name": "<string>", "session_id": "<string>", "user_id": 123 }, "id": "<string>", "type": "<string>" }
Create a new chat history record with the given input
Chat History Record Input
Chat History Record input model
Show child attributes
Created
Chat History Record response model
Was this page helpful?