Skip to main content
POST
Chat

Authorizations

api_access_token
string
header
required

API Access Token (UUID) for authentication

Path Parameters

agent_id
string
required
session_id
string
required

Body

application/json

Model to represent a chat request.

message
string
required

User message to the agent

agent_id
string | null

Agent ID to process the message

external_id
string | null

External ID for user identification

files
any[] | null

List of files attached to the message

Response

Chat response generated successfully

data
any
required

Response payload

meta
any
required

Metadata

success
boolean
default:true

Success indicator

message
string | null

Optional success message