POST
/
conversations
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

200
application/json
Successful Response
id
string
required
title
string | null
required