Generate a Task
Starts asynchronous generation of a new task from a natural-language prompt.
Poll GET /v2/tasks/{taskId}/generation-status until the status is ready.
Authorizations
API key passed in the header
Body
Name of the task
Natural-language description of what the task should do, used for AI generation. Make it as detailed as possible with all the logic and steps needed to complete the task.
Whether to generate the task asynchronously
Description of the task
Optional application (connection) ID to associate with the task
Optional identity ID to use during task generation
Input parameters the task accepts
Output fields the task produces
Whether task runs should return only the bundled session downloads file
Allow human intervention during task execution
Existing finished browser session id to generate the workflow from
Optional default browser/session configuration when running this task
Response
Task generation started
The ID of the created task (use with generation-status and run endpoints)
Whether the task is still generating, ready to run, or failed
generating The ID of the task being generated
The ID of the task version being generated
The ID of the underlying generation project

