POST
/
calls
/
outbound
Place Outbound Call
curl --request POST \
  --url https://api.callhq.ai/api/calls/outbound \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "assistantId": "<string>",
  "phoneNumberId": "<string>",
  "customer": {
    "number": "+919876543210",
    "name": "<string>"
  }
}'

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200

Call placed successfully