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"
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"
  }
}