Structure:
{
"timing": {
"type": string,
"offsetMs": unsigned long,
"durationMs": unsigned long
},
"position": {
"type": string,
"cornerPosition": string
},
"imageUrl": string,
"imageBytes": bytes,
"targetChannelId": string
}
Methods:
- Set:
POST https://www.googleapis.com/upload/youtube/v3/watermarks/set
- OAuth
- Parameters:
channelId: string - YouTube channel ID for which the watermark is being provided.
- Body:
- Provide a
Watermark resource in the request body
- Returns:
204 No Content
- Unset:
POST https://www.googleapis.com/youtube/v3/watermarks/unset
- OAuth
- Parameters:
channelId: string - YouTube channel ID for which the watermark is being unset.
- Body:
- Returns:
204 No Content
Structure:
Methods:
POST https://www.googleapis.com/upload/youtube/v3/watermarks/setchannelId: string- YouTube channel ID for which the watermark is being provided.Watermarkresource in the request body204 No ContentPOST https://www.googleapis.com/youtube/v3/watermarks/unsetchannelId: string- YouTube channel ID for which the watermark is being unset.204 No Content