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 ID of the agent that will handle the call
Mobile number to call with country code (e.g., +1234567890)
Call initiated successfully
Status of the call initiation
"success"
Unique identifier for the initiated call
Success message
"Call successfully queued"