Skip to main content
POST
Send a Message as a User Input

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"

sessionId
string
required
Example:

"your-session-id"

Response

Returns success message.

The response is of type string.

Last modified on July 22, 2026