Lista de APIs responsáveis por gerenciar o Agente.
Obter lista de agentes
GET
https://apieva.xvia.com.br
/bot
Retorna uma lista de todos os agentes criados.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Lista de agentes
totalinteger · requiredcurrentPageinteger · requiredtotalPagesinteger · requiredcursorstring · requiredbotsarray · required
Obter Prompt do Agente
GET
https://apieva.xvia.com.br
/bot/behavior/{botId}
Retorna o prompt configurado para o agente.
path Parameters
botIdstring · requiredID do Agente.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Resposta contendo o prompt do agente
message:string
Obter apresentação do Agente
GET
https://apieva.xvia.com.br
/bot/presentation/{botId}
Retorna a mensagem de apresentação do agente.
path Parameters
botIdstring · requiredID do Agente.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Resposta contendo a mensagem de apresentação do agente
message:string
