About AI Voice Agent API
Modified on: 2025-11-07 18:22
TABLE OF CONTENTS
Purpose
The AI Voice Agent API documentation is organized around distinct use cases, each addressing a specific operational scenario for easier implementation, for that reason under the Create Call Request you will find different options of Call types. Get Call Request Result and Call Request Cancellation is standard a cross all call types.
Data
Data to be provided using UFT-8 character encoding.
Endpoints
- Authorization token - HTTP GET: https://{domainName}/authorizer/token?client_id={client_id}&client_secret={client_secret}&grant_type=client_credentials
- Create Call request – HTTP POST: https://{domainName}/api/v1/call-request/hotel-reservation
- Get call request result – HTTP GET: https://{domainName}/api/v1/call-request/{call-request-id}/result
- Cancel call request – HTTP POST: https://{domainName}/api/v1/call-request/cancel
Did you find it helpful? Yes No
Send feedback