YouTube posting requires your YouTube account to have at least one Channel and be an owner on the Channel.
To create a YouTube Channel, click on your profile in the YouTube Dashboard and choose “Create a Channel”.
You may also use this direct link to create a YouTube Channel: http://m.youtube.com/create_channelIf you’re having issues viewing YouTube channels please see the YouTube channel troubleshooting guide.
Posting to YouTube
Posting Overview
Posting using the YouTube API requires theyouTubeOptions
object with at a title
parameter - max 100 characters.
The title
is the only required field and can use autogenerated with the transcribe endpoint.
For example, to post a YouTube video with default settings:
YouTube Post
private
by default, but the visibility can be set to public
or unlisted
.
Please see the optional fields below for more details.
YouTube Post Optional Fields
There are several other optional fields listed below, including the videovisibility
, tags
, and publishAt
date. Please see the comments for requirements and descriptions.
YouTube Post Optional Fields
- The
title
must be 100 characters or less. Thepost
must be 5,000 characters or less. Thepost
andtitle
may contain any characters except < and >. - The Playlist Id can be found by opening the playlist in a browser and copying the value after
list=
. The authenticated user and channel must be the owner of the playlist to add videos. - If your video doesn’t end in a known video extension such as mp4, please use the
isVideo
parameter. See the /post endpoint for details. - The
publishAt
field will allow YouTube to control the publishing time. The video will be to private until the publish time when it will be made public. If the publish time is in the past, the video will be made public immediately. Do not use the postscheduleDate
field when using thepublishAt
field. - The
containsSyntheticMedia
field is used to disclose that a video contains realistic Altered or Synthetic (A/S) content: Make a real person appear to say or do something they didn’t actually say or do, alter footage of a real event or place, generate a realistic-looking scene that did not actually occur. - See YouTube Media Guidelines for more information.
YouTube Shorts
A YouTube Short is a short-form vertical video that can be up to three minutes long. These are similar to TikTok videos and Instagram or Facebook Reels.Posting YouTube Shorts
You can post a YouTube Shorts video of up to 3 minutes by adding theshorts
parameter to the youTubeOptions
object.
YouTube Shorts Post
Important Information on YouTube Shorts
- Sending a video as a Short is an indication to YouTube that you would like the video to appear as a Short, but does not guarantee it will appear as a Short. The video must meet the Short video requirements, such as being 3 minutes or less and vertical aspect ratio of 9:16 to be considered a Short by YouTube.
- YouTube Shorts do not support thumbnails.
- Additional information on using the API to post YouTube Shorts.
YouTube Thumbnails
Adding YouTube Thumbnails
YouTube Thumbnails and other features, such as uploading 15 minute videos, require verification of your phone number. AthumbNail
is a URL of a JPEG or PNG and less than 2MB in size. The file extension must end in png, jpg, or jpeg.
YouTube Thumbnail
Enable Thumbnails in YouTube Studio
You must be granted YouTube permissions to post thumbnails. In YouTube Studio go to Settings->Channel. Select “Feature Eligibility” and click “Features that require phone verification”. Enter your phone number to enable.
YouTube may take up to 24 hours to enable thumbnails after you verify your phone number. Please note, YouTube determines eligibility for adding thumbnails. “Enabled” phone verification does not guarantee YouTube will allow thumbnail uploads.If you have been verified for 24 hours and still have issues check that:
- You are able to manually upload thumbnails in YouTube Studio.
- If you’re working with a Brand Content Owner Account (often used for business or organization channels), make sure you have the necessary permissions. We recommend “Owner” rights.
- If you are still having issues, please see this video on solving the Thumbnail issue.
Video: Posting to YouTube via the API
Upload Limits
YouTube limits how many videos a channel can upload in a 24-hour period via the YouTube API.- Depending on a creator’s location, a channel might be able to increase their daily limit by getting access to advanced features. To learn more visit this article.
- Limits may vary by country/region or channel history. Copyright strikes may impact channel history eligibility and Community Guidelines strikes will affect how much a channel can upload.
Description Links
You must activate Advanced Features in YouTube Studio to have clickable links in the YouTube video description. Go to YouTube Studio -> Settings -> Channel -> Feature Eligibility -> Advanced Features -> Access Features to activate the advanced features.
Playlists
You can add videos to a YouTube playlist by including theplayListId
in the youTubeOptions
object.
Be sure that the authenticated user and channel are the owner of the playlist.
YouTube Playlist
Subtitles / Captions for Videos
You can add YouTube subtitles, also known as YouTube captions, to videos by including an SRT file or a YouTube SBV file. Use thesubTitleUrl
field in the youTubeOptions
object to specify the URL to your SRT or SBV file.
YouTube Subtitles
subTitleUrl
: A valid SRT or SBV file. The URL must start withhttps://
and end in.srt
or.sbv
and be a valid SRT or SBV file. The file must be under 100 MB.subTitleLanguage
: Optional: The language of the subtitles. Much be a valid language code. Default: “en”.subTitleName
: Optional: The name of the caption track. The name is intended to be visible to the user as an option during playback. The maximum name length supported is 150 characters. Default: “English”.
What are SRT and SBV files?SRT (SubRip Subtitle) and SBV (YouTube SubViewer) are subtitle file formats used for displaying
timed text in videos. The main difference is that SRT uses timestamps in HH:MM:SS,MS format with
arrow separators, while SBV uses HH:MM:SS.MS format with commas.
Tags
You can add YouTube tags to your videos by including thetags
array in the youTubeOptions
object.
Tags must be at least 2 characters in length each and the total length of all tags must be 500 characters or less.
YouTube Tags
YouTube Mentions
While you can add a@handle
to a YouTube post, YouTube does not support resolving mentions in the post text.
The @handle
will remain as plain text.