Skip to Content
Create a static rendition for an asset
post

Creates a static rendition (i.e. MP4) for an asset

Request body params
resolution
string
Possible values: "highest""audio-only""2160p""1440p""1080p""720p""540p""480p""360p""270p"
passthrough
string

Arbitrary user-supplied metadata set for the static rendition. Max 255 characters.

Request path & query params
ASSET_ID
string

The asset ID.

post
201
/video/v1/assets/{ASSET_ID}/static-renditions
Request
(application/json)
{  "resolution": "highest" }
Response
(application/json)
{  "data": {  "id": "lJ4bGGsp7ZlPf02nMg015W02iHQLN9XnuuLRBsPS00xqd68",  "type": "standard",  "ext": "mp4",  "status": "preparing",  "resolution": "highest",  "name": "highest.mp4"  } }