curl --request GET \
--url https://chatbot.menuia.com/api/v2/ia/{id} \
--header 'Content-Type: application/json' \
--data '
{
"authkey": "SUA_AUTHKEY"
}
'{
"status": 200,
"message": "Sucesso",
"data": [
{
"id": 35,
"cpf": 0,
"email": 0,
"webhook": null,
"user_id": 24,
"device_id": 1111,
"send_audio": 0,
"temperature": 0.3,
"receiver_audio": 1,
"voice": "f",
"agent_name": "AGENTE 2",
"system": null,
"stop_bot": 0,
"work_days": "[\"seg\",\"ter\",\"qua\",\"qui\",\"sex\",\"sab\",\"dom\"]",
"stop_client": null,
"stop_server": null,
"time_pause": "00:30:00",
"blacklist": null,
"created_at": "2025-08-31T00:38:08.000000Z",
"updated_at": "2025-08-31T00:38:08.000000Z"
}
]
}Retorna uma lista com todos os agentes de IA disponíveis.
curl --request GET \
--url https://chatbot.menuia.com/api/v2/ia/{id} \
--header 'Content-Type: application/json' \
--data '
{
"authkey": "SUA_AUTHKEY"
}
'{
"status": 200,
"message": "Sucesso",
"data": [
{
"id": 35,
"cpf": 0,
"email": 0,
"webhook": null,
"user_id": 24,
"device_id": 1111,
"send_audio": 0,
"temperature": 0.3,
"receiver_audio": 1,
"voice": "f",
"agent_name": "AGENTE 2",
"system": null,
"stop_bot": 0,
"work_days": "[\"seg\",\"ter\",\"qua\",\"qui\",\"sex\",\"sab\",\"dom\"]",
"stop_client": null,
"stop_server": null,
"time_pause": "00:30:00",
"blacklist": null,
"created_at": "2025-08-31T00:38:08.000000Z",
"updated_at": "2025-08-31T00:38:08.000000Z"
}
]
}id do agente e a chave de autenticação.
id: ID do agente de IA que será consultado (informado na URL do endpoint).authkey: Chave de autenticação da conta."SUA_AUTHKEY"
Lista de agentes obtida com sucesso.
200
"Sucesso"
Show child attributes
35
0
0
null
24
1111
0
0.3
1
"f"
"AGENTE 2"
null
0
"[\"seg\",\"ter\",\"qua\",\"qui\",\"sex\",\"sab\",\"dom\"]"
null
null
"00:30:00"
null
"2025-08-31T00:38:08.000000Z"
"2025-08-31T00:38:08.000000Z"