REST Resource: assetLabels
Stay organized with collections
Save and categorize content based on your preferences.
Resource: AssetLabel
An assetLabel
resource represents an Asset Label for a certain content owner.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eAn \u003ccode\u003eassetLabel\u003c/code\u003e resource represents a label for assets owned by a content owner.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of an \u003ccode\u003eassetLabel\u003c/code\u003e includes \u003ccode\u003elabelName\u003c/code\u003e and \u003ccode\u003ekind\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ekind\u003c/code\u003e field for \u003ccode\u003eassetLabel\u003c/code\u003e resources is \u003ccode\u003eyoutubePartner#assetLabel\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can insert new asset labels using the \u003ccode\u003einsert\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve a list of all asset labels for a given owner using the \u003ccode\u003elist\u003c/code\u003e method.\u003c/p\u003e\n"]]],["The core content defines the `assetLabel` resource, which represents an Asset Label for a content owner. Its JSON structure includes `labelName` and `kind`. The `labelName` field is a string that specifies the name of the asset label. The `kind` field, also a string, indicates the resource type as `youtubePartner#assetLabel`. Key actions include the ability to insert a new asset label for an owner using the `insert` method and to retrieve all existing asset labels for an owner using the `list` method.\n"],null,["# REST Resource: assetLabels\n\n- [Resource: AssetLabel](#AssetLabel)\n - [JSON representation](#AssetLabel.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AssetLabel\n--------------------\n\nAn `assetLabel` resource represents an Asset Label for a certain content owner.\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"labelName\": string, \"kind\": string } ``` |\n\n| Fields ||\n|-------------|---------------------------------------------------------------------------------------------------------------|\n| `labelName` | `string` Name of the asset label. |\n| `kind` | `string` The type of the API resource. For `assetLabel` resources, this value is `youtubePartner#assetLabel`. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------|----------------------------------------------------|\n| ### [insert](/youtube/partner/reference/rest/v1/assetLabels/insert) | Insert an asset label for an owner. |\n| ### [list](/youtube/partner/reference/rest/v1/assetLabels/list) | Retrieves a list of all asset labels for an owner. |"]]