Skip to content

Calls API

Initiate Call

POST /calls/start

Body:

{
  "to": "+919876543210",
  "agentId": "123"
}