YouTube Content ID サービス
YouTube Content ID サービスを使用すると、Apps Script で YouTube Content ID API を使用できます。この API を使用すると、デベロッパーは YouTube の Content ID 著作権管理システムと直接やり取りできます。YouTube パートナーは、API を使用してアセット、申し立て、キャンペーンを作成、管理できます。
リファレンス
このサービスの詳細については、公開されている YouTube Content ID API のリファレンス ドキュメントをご覧ください。Apps Script のすべての高度なサービスと同様に、高度な YouTube Content ID サービスでは、公開 API と同じオブジェクト、メソッド、パラメータを使用します。詳細については、メソッド シグネチャの決定方法をご覧ください。
問題を報告したり、その他のサポートを確認したりするには、YouTube API サポートガイドをご覧ください。
サンプルコード
以下のサンプルコードでは、YouTube Content ID API のバージョン 1 を使用しています。
動画を申し立てる
この関数は、指定されたアセットとポリシー ルールを使用して、動画に対するパートナーがアップロードした申し立てを作成します。
アセットの所有権の更新
この関数は、既存のアセットの所有権を更新します。
申し立てを取り下げる
この機能は、動画に対する既存の申し立てを解除します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-21 UTC。
[null,null,["最終更新日 2024-12-21 UTC。"],[[["The YouTube Content ID API allows YouTube partners to manage their copyrighted content and rights through Apps Script."],["This advanced service requires prior enabling and is exclusively available to YouTube content partners via the Google Developers Console."],["Developers can use the API to automate tasks like claiming videos, updating asset ownership, and releasing claims, streamlining content management workflows."],["The provided sample code demonstrates how to utilize the YouTube Content ID API for these tasks, offering practical examples for implementation."],["Refer to the reference documentation and YouTube API support guide for detailed information and troubleshooting assistance."]]],[]]