AI chat project templates
Proxy over ChatProject scoped to is_template=True, for the admin
only (ai_chat_s/admin.py's ChatProjectTemplateAdmin) — lets staff manage
the tenant-wide template catalog through a normal add/change form,
completely separate from ChatProjectAdmin (read-only, real users'
projects). No new table: same underlying ai_chat_s_chatproject.
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/chatprojecttemplate/
- Detail URL: /api/v1/ai_chat_s/chatprojecttemplate/: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
Muestra el método OPTIONS
Cargando opciones de API ...
Objetos relacionados:
AI chat project files
One knowledge-base file attached to a ChatProject — reused by every
chat inside the project (not tied to a single message, unlike
ChatAttachment). `extracted_text` is ALWAYS populated: the Messages API's
`system` param only accepts text blocks, so a native file (image/PDF) is
transcribed once at upload time (ai_chat_s.projects.ingest_project_file)
instead of being resent as a native block on every turn.
- List URL: /api/v1/ai_chat_s/chatprojectfile/
- Detail URL: /api/v1/ai_chat_s/chatprojectfile/:id/
Muestra el método OPTIONS
Cargando opciones de API ...