POST
/
agents
/
{agentId}
/
call
curl --request POST \
  --url https://my.cald.ai/client/api/v1/agents/{agentId}/call \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phoneNumber": "<string>",
  "prospectName": "<string>",
  "email": "<string>",
  "yourCustomVariable": "<string>"
}'
{
  "status": "<string>",
  "callId": "<string>"
}

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Path Parameters

agentId
string
required

The agent ID of the agent

Body

application/json

Response

200 - application/json
Success response with call details

The response is of type object.