Skip to main content
POST
Stream an AI agent

Authorizations

Authorization
string
header
required

HERO personal access token

Body

application/json
chatMessages
object[]
required
Minimum array length: 1
context
object
options
object
attachments
object[]
sessionId
string
documentRefs
object[]

Response

SSE stream of EventStreamChunk events

type
enum<string>
required
Available options:
delta,
tool_call,
tool_result,
done,
error
data
any