Skip to main content
PATCH
/
calls
/
{call_id}
Update Call
curl --request PATCH \
  --url https://api.truedy.ai/api/public/v1/calls/{call_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "context": {},
  "call_settings": {
    "recording_enabled": true,
    "transcription_enabled": true,
    "greeting": "<string>"
  }
}
'
{
  "data": {},
  "meta": {
    "request_id": "req_32e7531c-8",
    "timestamp": "2026-03-03T20:30:21.310278Z"
  }
}

Authorizations

Authorization
string
header
required

Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>

Path Parameters

call_id
string
required

Body

application/json
context
Context · object
call_settings
CallSettings · object

Response

Request completed successfully

Response body