Available on Premium, Business, Enterprise plans.
- Position is automatically set to bottom-right corner (YouTube API default)
- All timing parameters
timingType
,offsetMs
, anddurationMs
are required when setting a watermark - Watermarks apply to all videos on the channel (existing and future)
- The watermark image must meet YouTube’s watermark media guidelines
- You must have proper permissions to manage the YouTube channel
Header Parameters
Body Parameters
Array containing the watermark image URL. Only the first URL will be used.
When to show the watermark during video playback.Available timingType options:
offsetFromStart
- Show watermark starting from a specific time after video beginsoffsetFromEnd
- Show watermark starting from a specific time before video ends
Time offset in milliseconds. Must be a positive number.
- For
offsetFromStart
: Time after video starts to show watermark - For
offsetFromEnd
: Time before video ends to show watermark
How long to display the watermark in milliseconds. Must be a positive number.