Task Management
Poll status, download results, and delete tasks.
GETGETDELETE
/task/{task_id}Get task status as JSON. Poll this URL from status_url until status is completed or failed.
/task/{task_id}/downloadDownload the completed task file. Only available after status is completed.
/task/{task_id}Delete a task and its associated file from storage. Use the task ID from the status_url you received when creating the task.