Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.66 KB

File metadata and controls

16 lines (12 loc) · 1.66 KB

Late.Model.YouTubePlatformData

Videos under 3 min auto-detected as Shorts. Custom thumbnails for regular videos only. Scheduled videos are uploaded immediately with the specified visibility.

Properties

Name Type Description Notes
Title string Video title. Defaults to first line of content or "Untitled Video". Must be ≤ 100 characters. [optional]
Visibility string Video visibility: public (default, anyone can watch), unlisted (link only), private (invite only) [optional] [default to VisibilityEnum.Public]
MadeForKids bool COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting). Defaults to false. YouTube may block views if not explicitly set. [optional] [default to false]
FirstComment string Optional first comment to post immediately after video upload. Up to 10,000 characters (YouTube's comment limit). [optional]
ContainsSyntheticMedia bool AI-generated content disclosure. Set true if the video contains synthetic content that could be mistaken for real. YouTube may add a label. [optional] [default to false]
CategoryId string YouTube video category ID. Defaults to 22 (People & Blogs). Common: 1 (Film), 2 (Autos), 10 (Music), 15 (Pets), 17 (Sports), 20 (Gaming), 23 (Comedy), 24 (Entertainment), 25 (News), 26 (Howto), 27 (Education), 28 (Science & Tech). [optional] [default to "22"]

[Back to Model list] [Back to API list] [Back to README]