Page Summary
-
The ClaimSnippet resource allows searching for claims associated with specific asset or video IDs, or by a query string within your set of claims.
-
ClaimSnippet JSON representation contains details such as claim ID, creation time, status, content type, video views, title, third-party status, partner upload status, and related asset/video IDs.
-
The Origin object in ClaimSnippet identifies the source of the claim, represented by a string field named
source. -
The ClaimSnippet resource has a
listmethod that can be used to retrieve multiple claims based on search criteria.
Resource: ClaimSnippet
The claim search collection lets you search within the set of your claims for claims that are associated with a specific asset ID or video ID or that match a specified query string.
| JSON representation |
|---|
{ "kind": string, "timeCreated": string, "status": string, "contentType": string, "videoViews": string, "engagedViews": string, "videoTitle": string, "thirdPartyClaim": boolean, "isPartnerUploaded": boolean, "timeStatusLastModified": string, "id": string, "assetId": string, "videoId": string, "origin": { object ( |
| Fields | |
|---|---|
kind |
The type of the API resource. For this operation, the value is |
timeCreated |
The time the claim was created. |
status |
The claim's status. |
contentType |
This value indicates whether the claim covers the audio, video, or audiovisual portion of the claimed content. |
videoViews |
Number of engaged views for the claimed video. |
engagedViews |
Number of engaged views for the claimed video. |
videoTitle |
The title of the claimed video. |
thirdPartyClaim |
Indicates that this is a third party claim. |
isPartnerUploaded |
Indicates whether or not the claim is a partner uploaded claim. |
timeStatusLastModified |
The time the claim status and/or status detail was last modified. |
id |
The ID that YouTube assigns and uses to uniquely identify the claim. |
assetId |
The unique YouTube asset ID that identifies the asset associated with the claim. |
videoId |
The unique YouTube video ID that identifies the video associated with the claim. |
origin |
|
isVideoShortsEligible |
Indicates whether or not the claim is on a video that is eligible for YouTube Shorts. |
studioInfo |
Contains URLs linking back to claim-related pages in Studio. |
Origin
| JSON representation |
|---|
{ "source": string } |
| Fields | |
|---|---|
source |
|
Methods |
|
|---|---|
|
Retrieves a list of claims that match the search criteria. |