cURL
curl --request POST \ --url https://my.cald.ai/client/api/v1/call \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "phone_number": "<string>", "from_phone_number": "<string>", "voice": "Dave", "task": "<string>", "greeting": "<string>", "enable_ivr_check": true, "webhook": "<string>" }'
{ "status": "<string>", "callId": "<string>" }
Initiates an outbound AI-based phone call.
Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0
caldLiveDe39a3accb206dd615f30d118e519df0
Data for the outbound call
The body is of type object.
object
Success response with call details
The response is of type object.