Skip to main content
POST
Create Agent

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
prompt
string
required
voice
required
actions
(string<uuid> | TransferCallActionParams · object | EndConversationActionParams · object | DTMFActionParams · object)[]
initial_message
string
webhook

Response

Successful Response

id
string<uuid>
required
user_id
string<uuid>
required
prompt
string
required
actions
(TransferCallAction · object | EndConversationAction · object | DTMFAction · object)[]
required
voice
AzureVoice · object
required
initial_message
string
webhook
Webhook · object