POST
/
send-call
Send a call
curl --request POST \
  --url https://api.kuralynx.com/v1/send-call \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_id": "<string>",
  "call_to": "<string>"
}'
{
  "status": "success",
  "call_id": "<string>",
  "message": "Call successfully queued"
}

Authorizations

Authorization
string
header
required

API key for authentication

Body

application/json

Call request parameters

The body is of type object.

Response

200
application/json

Call initiated successfully

The response is of type object.