Skip to main content
POST

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

sessionId
string<uuid>
required

Playground session UUID

Body

application/json

Request body for sending a message to the playground

content
string
required

Message content (typically user input)

Maximum string length: 10000
inputs
object

Additional input values for workflow nodes

Response

Message sent and workflow execution started

success
boolean

Whether the request was successful

data
object

A message in a playground session. Messages can be user inputs, assistant responses, system notifications, or execution logs.

Example:
message
string

Response message

error
string

Error message (if any)