v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Tasks

Generate Task

Initiates asynchronous task generation. Use the returned task ID to poll for completion, then execute the task.

post/v2/tasks/generate

Request body

namestring required

Name of the task

descriptionstring required

Description of the task

user_taskstring required

Natural language description of what the task should do (used for AI generation)

application_idstring uuid

Optional application (connection) ID to associate with the task

Response

Task generation started successfully

idstring required

The ID of the created task (use with generation-status and run endpoints)

status'generating' required

Whether the task is still generating, ready to run, or failed.