Skip to main content
POST
/
v1
/
conversations
/
{id}
/
ai-resume
Resume AI agent
curl --request POST \
  --url https://api.timelyai.com.br/v1/conversations/{id}/ai-resume \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "ai_mode": "auto"
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Path Parameters

id
string<uuid>
required

Conversation ID

Response

AI resumed

data
object