cURL
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>" } ] }
Create a new batch calling job
API key for authentication
Successful Response