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

  1. Authorization token - HTTP GET: https://{domainName}/authorizer/token?client_id={client_id}&client_secret={client_secret}&grant_type=client_credentials
  2. Create Call request – HTTP POST: https://{domainName}/api/v1/call-request/hotel-reservation
  3. Get call request result – HTTP GET: https://{domainName}/api/v1/call-request/{call-request-id}/result
  4. Cancel call request – HTTP POST:  https://{domainName}/api/v1/call-request/cancel