Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
multipart/form-data
Response
Agent run executed successfully
The response is of type any
.
Execute an agent with a message and optional media files. Supports both streaming and non-streaming responses.
Features:
Streaming Response:
When stream=true
, returns SSE events with event
and data
fields.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Agent run executed successfully
The response is of type any
.