Skip to main content
POST
Upload Calls

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

campaign_id
string
required

Campaign configuration ID

Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Body

application/json
phone_number
string
required

Target phone number (E.164 format recommended, e.g. '+12065551234')

override_assistant_id
string | null

Override the campaign's default AI assistant for this specific call

override_timezone
string | null

IANA timezone override for this call's scheduling window (e.g. 'America/Chicago')

override_schedule
Schedule · object[] | null

Call window override — each entry has 'startAt' and 'endAt' as ISO 8601 strings

Response

Successful Response