Skip to main content
POST
/
v1
/
conversations
/
{id}
/
human-handoff
Start human handoff
curl --request POST \
  --url https://api.timelyai.com.br/v1/conversations/{id}/human-handoff \
  --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

Conversation ID

Response

Handoff started

data
object