Creates a claim. The video being claimed must have been uploaded to a channel associated with the same content owner as the API user sending the request. You can set the claim's policy in any of the following ways:
- Use the
claim
resource'spolicy
property to identify a saved policy by its unique ID. - Use the
claim
resource'spolicy
property to specify a custom set of rules.
HTTP request
POST https://youtubepartner.googleapis.com/youtube/partner/v1/claims
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
isManualClaim |
restricted |
onBehalfOfContentOwner |
The |
Request body
The request body contains an instance of Claim
.
Response body
If successful, the response body contains a newly created instance of Claim
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.