The YouTube Content ID service allows you to use the YouTube Content ID API in Apps Script. This API lets developers interact directly with YouTube's Content ID rights management system. As a YouTube partner, you can use the API to create and manage your assets, claims and campaigns.
Reference
For detailed information on this service, see the reference documentation for the public YouTube Content ID API. Like all advanced services in Apps Script, the advanced YouTube Content ID service uses the same objects, methods, and parameters as the public API. For more information, see How method signatures are determined.
To report issues and find other support, see the YouTube API support guide.
Sample code
The sample code below uses version 1 of the YouTube Content ID API.
Claim your video
This function creates a partner-uploaded claim on your video with the specified asset and policy rules.
Update asset ownership
This function updates your ownership on an existing asset.
Release a claim
This function releases an existing claim you have on a video.