POST
/
call
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>"
}
This API endpoint is deprecated and will be removed in the future. Please use the Agents Call endpoint instead.

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Body

application/json
Data for the outbound call

The body is of type object.

Response

200 - application/json
Success response with call details

The response is of type object.