Skip to main content
POST
Send a Message as an AI Agent Output

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Body

application/json
userId
string<email>
required
Example:

"user@example.com"

text
string
required
Example:

"inject text"

data
object
required
URLToken
string
required
Example:

"endpoint-url-token"

attachments
object[]
sessionId
string
Example:

"your-session-id"

Response

Returns success message.

The response is of type string.

Last modified on July 23, 2026