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

Path Parameters

public_id
string
required

Body

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

Response

Successful Response

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