cURL
curl --request POST \ --url https://chat.api.toolzz.com.br/api/v1/bot/call-phone/{bot-id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "phone": "<string>", "language": "<string>", "voiceId": "<string>", "credentialId": "<string>", "model": "<string>", "firstMessage": "<string>", "prompt": "<string>" }'
{ "message": "<string>", "response": { "message": "<string>", "roomName": "<string>", "participantIdentity": "<string>", "status": true } }
Show properties