Skip to main content
POST
/
v1
/
call
/
Make Call
curl --request POST \
  --url https://api.nedzo.ai/v1/call/
{
  "status_code": 123,
  "message": "<string>",
  "data": "<any>"
}

Query Parameters

number
string
required
agent_id
string
required

Response

Successful Response

This class is used to return the response in a specific format

status_code
integer
required
message
string
required
data
any