Transcode
Transcode a video
POST
/
transcode
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
input
object
requiredURL input video
storage
object
requiredStorage for the output files
outputs
object
requiredOutput formats
profiles
object[]
targetSegmentSizeSecs
number
How many seconds the duration of each output segment should be
creatorId
c2pa
boolean
Decides if the output video should include C2PA signature
Response
200 - application/json
id
string
Task ID
type
enum<string>
Type of the task
Available options:
upload
, export
, export-data
, transcode-file
, clip
createdAt
number
Timestamp (in milliseconds) at which task was created
scheduledAt
number
Timestamp (in milliseconds) at which the task was scheduled for execution (e.g. after file upload finished).
inputAssetId
string
ID of the input asset
outputAssetId
string
ID of the output asset
projectId
string
ID of the project
requesterId
string
ID of the requester hash(IP + SALT + PlaybackId)
params
object
Parameters of the task
status
object
Status of the task
output
object
Output of the task
Was this page helpful?