Explore Plans
Mobile menu Close menu
ThreadsThreads

Create a video post

This action will create a video post on Threads.

Developer info

API endpoint slug
threads.post_video
Filter code method
Threads.postVideo.skip(string?: reason)
Runtime method
runAction("threads.post_video", {})

Action fields

Text Text input > Short text

Label
Text
Helper text
An optional text content you want to post with your video.
Slug
text
Required
false
Can have default value
true
Filter code method
Threads.postVideo.setText(string: text)

Media URL Text input > File

Label
Video URL
Helper text
URL to the video you want to post. Only MP4 and MOV images are allowed.
Slug
media_url
Required
true
Can have default value
true
Filter code method
Threads.postVideo.setMediaUrl(string: mediaUrl)