Start a task and stream
Start a task from a prompt and stream the turn.
Authorizations
Your Autumn API key.
Body
Continue this task instead of creating one.
Display name. Derived from the prompt when omitted. Applies only when the task is created; ignored on an existing task_id.
Allow one blocking planning question before work starts. Default false: plan and execute without asking.
Task-local filenames returned by POST /validate-upload.
The output artifact to collect: id, kind, path, name; for research also schema, schema_order, target_count. Applies only when the task is created; ignored on an existing task_id.
Alternative to output. Only the first entry is used. Applies only when the task is created; ignored on an existing task_id.
1Column types of input_rows. Applies only when the task is created; ignored on an existing task_id.
Rows to enrich, one object per row. Applies only when the task is created; ignored on an existing task_id.
Each value is a rule in plain language; the key names it. Applies only when the task is created; ignored on an existing task_id.
Target row count. Applies only when the task is created; ignored on an existing task_id.
x >= 110
Alternative to count. Applies only when the task is created; ignored on an existing task_id.
x >= 110
Model tier. scout (default): faster. ranger: most capable. Fixed for the life of the task.
ranger, scout "scout"
Caller metadata stored on the task and returned with it.
Natural-language task for Autumn. One of prompt or message is required.
"Find 10 Series A AI security companies and return name, website, funding stage, and source URLs."
Alias of prompt.
Response
Server-sent events: task, tool, text, error, done. A failure after the stream opens is an error event.
The response is of type string.