For the complete documentation index, see llms.txt. This page is also available as Markdown.

Assistants

Criar ou recuperar assistente de chat

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de consulta
newOrderIdstringOpcional
paymentMethodIdstringOpcional
Respostas
200

Assistant found

application/json
idstringOpcional
get/portal/ai/assistants
GET /api/b2b/portal/ai/assistants HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "id": "text",
  "chats": [
    {
      "id": "text",
      "title": "text"
    }
  ]
}