Skip to main content

Validate content security

POST 

/bv/playback/v1/contents:validate

Validates the security of the content, including domain control, scheduled timing, and status verification. The authorization header must contain the playback token.

  • Returns a 401/Unauthenticated error if the playback token is invalid.
  • Returns a 403/Forbidden error if the validation fails.
  • Returns a 404/NotFound error if the requested resource is not found.

Request

Header Parameters

    authorization string

    This API should be invoked with playback token.

Body

required
    domain stringrequired

    Required. The domain to validate.

Responses

A successful response.

Schema

    object

Loading...