POST
/
voiceai
/
sendcall
{
  "success": true,
  "message": "<string>",
  "status": 123
}

Authorization

authorization
string
required

Your API key for authentication.

Body

Make a phone call from agent

phone_number
number
required

The phone number to be called.

agentId
number
required

Agent id which will initiate the outbound call

from_phone_number
string
required

Phone number of the sender default value is internal

Response

success
boolean

Indicates if the request was successful.

message
string

The status of the call, either “done” or “queued”.

status
number

The status code of the response, either 200 or 400.