Method: claims.insert

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's policy property to identify a saved policy by its unique ID.
  • Use the claim resource's policy 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

boolean

restricted

onBehalfOfContentOwner

string

The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf of. This parameter supports users whose accounts are associated with multiple content owners.

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.