curl --request POST \
--url https://api.topcalls.ai/v1/campaigns/{campaign_id}/start \
--header 'Authorization: Bearer <token>'{
"ok": true
}Mark a campaign as running so the producer / dispatcher workers begin queuing calls.
curl --request POST \
--url https://api.topcalls.ai/v1/campaigns/{campaign_id}/start \
--header 'Authorization: Bearer <token>'{
"ok": true
}Documentation Index
Fetch the complete documentation index at: https://docs.topcalls.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer tc_live_xxxxx
Optional client-supplied idempotency key. When present, the gateway
caches the response for 24 hours and returns the same response on
retried requests with the same key (account-scoped). Safe for
retries on network blips. Format: 8-255 ASCII characters from
[A-Za-z0-9_-].
8 - 255^[A-Za-z0-9_-]+$"a1b2c3d4-e5f6-7890-abcd-ef0123456789"
Campaign UUID
Campaign started
true