REST Resource: uploader

  • The content defines an "Uploader" resource, which represents a content uploader for a content owner.

  • The Uploader resource is represented in JSON format with "uploaderName" and "kind" fields, both being strings.

  • The "kind" field for uploader resources is specifically identified as "youtubePartner#uploader".

  • A method is detailed, which can retrieve a list of uploaders for a content owner via the provided /youtube/partner/reference/rest/v1/uploader/list endpoint.

Resource: Uploader

Represents a uploader for a content owner.

JSON representation
{
  "uploaderName": string,
  "kind": string
}
Fields
uploaderName

string

The uploader name.

kind

string

The type of the API resource. For uploader resources, the value is youtubePartner#uploader.

Methods

list

Retrieves a list of uploaders for a content owner.