Skip to main content
POST
Execute and stream

Authorizations

Authorization
string
header
default:YOUR_AUTUMN_API_KEY
required

Use Authorization: Bearer YOUR_AUTUMN_API_KEY.

Path Parameters

task_id
string
required

The task_id returned by POST /task or POST /task/start.

Example:

"8fab6f34"

Body

application/json
message
string | null

Optional instruction to include with execution.

Response

SSE stream of task, tool, text, error, and done events.

The response is of type string.