Create a call
Initiate a new outbound phone call.
Authentication: Supports API key and bearer token authentication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Organization-ID
Request
This endpoint expects an object.
phone_number
Phone number to call (E.164 format)
load_id
Load ID associated with this call
template_id
Prompt template ID
voice_agent_id
Voice agent ID (alternative to template)
call_type
Agent type: LOAD_BOOKING, ELP, or None
template_variables
Variables for the template/agent
Response
Successful Response
id
status
call_time
created_at
updated_at
call_direction
phone_number
Customer phone number (derived from direction)
to_number
from_number
call_start_time
call_end_time
call_type
load_id
organization_id
created_by_id
recording_status
load_number
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error

