YouTube supports video post types. The youtube object allows setting a custom title, audience flags, and subscriber notification behaviour.
Supported Post Types#
| Post Type | Description |
|---|
MEDIA | Video upload |
REEL | Short-form vertical video (YouTube Shorts) |
Network Options#
YouTube-specific settings are passed in the youtube object on the post body.| Field | Type | Default | Description |
|---|
title | string | — | Video title (max 100 characters) |
madeForKids | boolean | false | Mark the video as made for kids (COPPA compliance) |
containsSyntheticMedia | boolean | false | Disclose that the video contains AI-generated or synthetic media |
notifySubscribers | boolean | true | Send a notification to subscribers when the video is published |
Examples#
REEL (YouTube Short)#
MEDIA post with all options#
AI-generated content (no subscriber notification)#
Notes#
YouTube only supports video-based post types: MEDIA and REEL. STATUS, LINK, and STORY are not supported.
title is highly recommended — without it, the video filename is used as the title.
madeForKids and containsSyntheticMedia are required by YouTube's platform policies when applicable. Failing to disclose them when required may cause the video to be restricted.
notifySubscribers defaults to true. Set it to false to publish silently.
Use net: "youtube" on captions and media when targeting YouTube profiles specifically.
Modified at 2026-06-19 15:01:20