Skip to main content
POST
/
v1
/
chats
/
{id}
/
start-human
Start human support
curl --request POST \
  --url https://api.timelyai.com.br/v1/chats/{id}/start-human \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "ai_mode": "paused"
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Path Parameters

id
string<uuid>
required

Chat ID

Response

Human support started

data
object