Execute Tasks with specific inputs.
taskId
(required): The ID of the task to executeinputs
(optional): Object containing task-specific input dataprofileId
(optional): User-specified UID for a profile linked via magic linkurl
(optional): A URL to be processed by the task200
: Task run created successfully400
: Invalid request parameters401
: Invalid or missing API key429
: Rate limit exceeded500
: Internal server errorqueued
: Initial state when the run is createdrunning
: The task is actively being executedcomplete
: Task execution finished successfullyfailed
: Task execution encountered an errorid
: Unique identifier for the runtask
: Name of the executed taskinputs
: The provided input datastatus
: Current run statuscreated_at
: When the run was createdstarted_at
: When execution begancompleted_at
: When execution finishedresponse
: Task execution results (when completed)