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

Path Parameters

public_id
string
required

Body

application/json
target_lufs
number
default:-14
container
string | null

Response

Successful Response

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