Skip to main content
POST
/
batch-calls
/
{batch_call_id}
/
resume
Resume Batch Call Campaign
curl --request POST \
  --url https://api.truedy.ai/api/public/v1/batch-calls/{batch_call_id}/resume \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "batch_c3d4e5f6",
    "status": "running",
    "resumed_at": "2026-04-05T11:00:00Z"
  },
  "meta": {
    "request_id": "req_32e7531c",
    "ts": "2026-04-05T10:22:00Z"
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>

Path Parameters

batch_call_id
string
required

Batch call ID

Response

Campaign resumed