Transcode
Overview
The Transcode API is used to create transcode object from pipeline.
Transcode Object
id
string
Task ID.
type
string
Type of the task, such as upload, import, export, etc.
createdAt
number
Timestamp (in milliseconds) at which the task was created.
scheduledAt
number
Timestamp (in milliseconds) at which the task was scheduled for execution.
inputAssetId
string
ID of the input asset for the task.
outputAssetId
string
ID of the output asset for the task.
params
object
Parameters of the task, which vary depending on the task type.
status
object
Status of the task, including phase, update time, and error message.
output
object
Output of the task, specifics depend on the task type.
Was this page helpful?