Create agent

Create a new voice agent

Authentication

AuthorizationBearer
API token from https://app.resemble.ai/account/api

Request

This endpoint expects an object.
namestringRequired
voice_uuidstringRequired
phone_number_idintegerOptional
languageslist of stringsOptional
dynamic_variablesmap from strings to strings or doubles or booleansOptional
asrobjectOptional
turnobjectOptional
llmobjectOptional
search_modeenumOptionalDefaults to accuracy

RAG search strategy - speed (faster) or accuracy (more thorough)

Allowed values:
max_chunks_per_queryintegerOptional>=1Defaults to 8
Number of relevant chunks to retrieve per query for RAG
webhookslist of objectsOptional
system_toolsobjectOptional

Response

Agent created successfully
successboolean or null
itemobject or null
messagestring or null

Errors