Skip to main content
POST
/
v1
/
voiceai
/
batch-calling
Create Batch Call
curl --request POST \
  --url https://api.example.com/v1/voiceai/batch-calling/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone_numbers": [
    "<string>"
  ],
  "message": "<string>",
  "agent_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string | null

API key for authentication

Body

application/json
phone_numbers
string[]
required
message
string
required
agent_id
string | null

Response

Successful Response