cURL
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" }
Initiates a call using the specified agent to the provided phone number
API key for authentication
Call request parameters
The body is of type object.
object
Call initiated successfully
The response is of type object.