Skip to main content
POST
/
conversations
Create new conversation
curl --request POST \
  --url https://app.docs.bynesoft.com/api/ask/conversations \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "title": "<string>"
}'
{
  "id": "<string>",
  "title": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
title
string | null
Required string length: 1 - 255

Response

Successful Response

id
string
required
title
string | null
required
I