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"
Response Body
Success
TypeScript Definitions
Use the response body type in TypeScript.
meta
objectdata
objecterror
object | null | nulllinks
object