POST
/
api
/
v1
/
assets
/
{public_id}
/
remux
Remux Asset
curl --request POST \
  --url https://api.example.com/api/v1/assets/{public_id}/remux \
  --header 'Content-Type: application/json' \
  --data '
{
  "container": "mp4"
}
'
{}

Path Parameters

public_id
string
required

Body

application/json
container
string
default:mp4

Response

Successful Response

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