cURL
curl --request POST \ --url https://api.intelligence.io.solutions/api/r2r/v3/conversations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "results": { "id": "id", "created_at": "2024-01-15T09:30:00Z", "user_id": "user_id", "name": "name" } }
Create a new conversation. This endpoint initializes a new conversation for the authenticated user.
The access token received from the authorization server in the OAuth 2.0 flow.
The name of the conversation
200
Show child attributes
"id"
"2024-01-15T09:30:00Z"
"user_id"
"name"
Was this page helpful?