Skip to main content
POST
/
api
/
unipile
/
chat
/
start
cURL
curl --request POST \
  --url https://api.example.com/api/unipile/chat/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "attendees_ids": [
    "<string>"
  ],
  "account_id": "<string>"
}
'

Body

application/json
attendees_ids
string[]
required
Minimum array length: 1
account_id
string
required
Minimum string length: 1
text
string
title
string
assistant_id
string

Response

201 - undefined