Skip to main content
POST
/
api
/
v1
/
chat
/
threads
Create a new web chat thread
curl --request POST \
  --url https://prod.featherhq.com/api/v1/chat/threads \
  --header 'Content-Type: application/json' \
  --data '
{
  "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "threadId": "<string>",
  "token": "<string>"
}

Body

application/json
agentId
string<uuid>
required

Response

Chat thread created successfully

threadId
string
required
token
string
required