Create Agent Api

post/api/agents

Request body

idstring nullable
namestring required
genderstring required
voice_idstring[] nullable
voice_urlstring nullable
primary_languagestring nullable
workspace_idstring required

Response

Successful Response

idstring required
namestring required
genderstring required
voice_idstring[] nullable
voice_urlstring nullable
primary_languagestring nullable
workspace_idstring required
created_atstring required
updated_atstring required

Changes