Create a draft task
Uploads
Create a draft task
An empty task to attach uploads to. Start it with POST /task and its task_id.
POST
Create a draft task
Authorizations
A signed-in platform session; only the upload routes accept it.
Body
application/json
Response
The empty task. Store task_id.
Example:
"8fab6f34"
Example:
"Series A AI security companies"
plan (idle, or finished), execute (working), accepted (queued), deleted.
Example:
"execute"
Available options:
plan, execute Example:
"execute"
idle, planning, executing or thinking. Finished is idle.
Example:
"executing"
Example:
10
Seconds to wait before polling status again.
Example:
5
Example:
"/task/8fab6f34/state"
Example:
"/task/8fab6f34"
Example:
"/task/8fab6f34/output"
Example:
"/task/8fab6f34/stream"