Skip to main content
POST
/
batch-calls
/
{batch_call_id}
/
resume
Resume Batch Call
curl --request POST \
  --url https://api.truedy.ai/api/public/v1/batch-calls/{batch_call_id}/resume \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "camp_ccaaff66-6",
    "name": "Q4 Sales Batch Call",
    "status": "scheduled",
    "agent_id": "agt_f9447372-5",
    "created_at": "2026-03-03T20:30:21.310278Z"
  },
  "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

batch_call_id
string
required

Response

Resource created successfully

Response body