1. Triggers
It3ra
  • Introducción
  • Dashboard
    • Información General
    • Gestión de la Fuerza de Trabajo (Agentes)
    • Cerebro y Memoria (Knowledge & Data)
    • Capacidades (Tools)
    • Seguridad y Control (Guardrails)
    • Motor de Negocio (NLLG)
  • API
    • Introducción
    • Triggers
      • Chat
        POST
    • System
      • Health Check
  • Demo
    • Como usar los Demo ?
  • Schemas
    • TeamMessageResponse
    • TeamMessageInput
  1. Triggers

Chat

Developing
POST
/api/chat/{team}

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Path Params

Body Params multipart/form-data

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/chat/' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{}
Modified at 2026-01-31 02:09:20
Previous
Introducción
Next
Health Check
Built with