Create Task
Create a new task.
Authorization
Request Body
application/json
RequiredThe request body should contain a properly formatted JSON object with one of url
or file_id
, plus a kind
. See Tasks for more details.
url
stringFormat:
"uri"
file_id
stringkind
RequiredstringValue in:
"ingest" | "video" | "image" | "audio" | "chapters" | "subtitles" | "thumbnails" | "nsfw" | "speech" | "description" | "outline" | "prompt" | "workflow" | "conditions" | "http"
filename
stringfolder
stringref
stringwebhook_url
stringFormat:
"uri"
Header Parameters
Accept-Version
stringSpecifies the API Version
Default:
"2025-08-20"
Value in: "2025-08-20" | "latest"
Response Body
Success
id
Requiredstringobject
Requiredstringkind
RequiredstringValue in:
"ingest" | "video" | "image" | "audio" | "chapters" | "subtitles" | "thumbnails" | "nsfw" | "speech" | "description" | "outline" | "prompt" | "workflow" | "conditions" | "http"
input
objectoptions
objectoutput
objectstatus
RequiredstringValue in:
"pending" | "waiting" | "processing" | "ready" | "completed" | "failed" | "error" | "cancelled"
progress
integerMinimum:
0
Maximum: 100
error
stringcreated_by
stringcreated
RequiredstringFormat:
"date-time"
updated
RequiredstringFormat:
"date-time"
parent_id
stringworkflow
array<unknown>results
object