Explore Plans
Mobile menu Close menu
YouTubeYouTube

Upload video from URL

This action will publish a video or Short from a given URL to your YouTube channel. Video will be uploaded as a Short or regular video based on the video length and aspect ratio.

Developer info

API endpoint slug
youtube.upload_video
Filter code method
Youtube.uploadVideo.skip(string?: reason)
Runtime method
runAction("youtube.upload_video", {})

Action fields

Video URL Text input > File

Label
Video URL
Helper text
URL to the video you wish to publish.
Slug
video_url
Required
true
Can have default value
true
Filter code method
Youtube.uploadVideo.setVideoUrl(string: videoUrl)

Title Text input > Title

Label
Title
Helper text
Title for the video
Slug
title
Required
false
Can have default value
true
Filter code method
Youtube.uploadVideo.setTitle(string: title)

Description Text input > Long text

Label
Description
Helper text
Description of the video
Slug
description
Required
false
Can have default value
true
Filter code method
Youtube.uploadVideo.setDescription(string: description)