cURL
curl --request POST \ --url https://api.awazindia.ai/api/v1/playground/call \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "first_name": "<string>", "last_name": "<string>", "email": "<string>", "phone_number": "<array>", "assistant_id": "<string>", "dialer_id": "<string>" } '
{ "first_name": "<string>", "last_name": "<string>", "email": "<string>", "phone_number": "<array>", "assistant_id": "<string>", "dialer_id": "<string>" }
Creates a new Playground
Documentation IndexFetch the complete documentation index at: https://docs.awazindia.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.awazindia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Playground to add
The first name
The last name
The email
Phone numbers
Assistant
Dialer
Playground response