POST
/
api
/
v1
/
assets
/
{public_id}
/
transcode
Transcode Asset
curl --request POST \
  --url https://api.example.com/api/v1/assets/{public_id}/transcode \
  --header 'Content-Type: application/json' \
  --data '
{
  "preset": "<string>",
  "container": "<string>"
}
'
{}

Path Parameters

public_id
string
required

Body

application/json
preset
string
required
container
string | null

Response

Successful Response

The response is of type Response Transcode Asset Api V1 Assets Public Id Transcode Post · object.