cURL
curl --request POST \ --url https://chat.api.toolzz.com.br/api/v1/bot/call-phone/{bot-id} \ --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 } }
Documentation IndexFetch the complete documentation index at: https://docs.toolzz.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
Use this file to discover all available pages before exploring further.
Show properties