AI chat conversations

One chat thread between an admin user and the AI assistant

Header api token: X-API-TOKEN

Obtener api token en Su configuración de cuenta

Métodos API permitidos: GET, POST, PUT, PATCH, OPCIONES

  • List URL: /api/v1/ai_chat_s/chatconversation/
  • Detail URL: /api/v1/ai_chat_s/chatconversation/:id/
Parámetros
  • _page_size: (int) Número de resultados por página
  • _page: (str|int) Número de páginas a consultar, coloque __all__ para obtener todos los resultados sin paginar
  • _ordering: (str) Campo para ordenar, si es descendente colocar '-', Ej: -nombre_del_campo
  • _fields: (str) Lista de los campos a devolver, separados por coma
Usted puede usar cualquer otro parametro de django para filtrar los datos
Muestra el método OPTIONS
 Cargando opciones de API ...

Objetos relacionados:


AI chat messages

One turn in a conversation — stores the RAW API content blocks, not just display text, so a reopened conversation can correctly resend tool-use history to Claude (not only show text).
  • List URL: /api/v1/ai_chat_s/chatmessage/
  • Detail URL: /api/v1/ai_chat_s/chatmessage/:id/
Muestra el método OPTIONS
 Cargando opciones de API ...