Explore Plans
Mobile menu Close menu
ThreadsThreads

Create an image post

This action will create an image post on Threads.

Developer info

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

Action fields

Text Text input > Short text

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

Media URL Text input > Photo

Label
Image URL
Helper text
URL to the image you want to post. Only JPG and PNG images are allowed.
Slug
media_url
Required
true
Can have default value
true
Filter code method
Threads.postImage.setMediaUrl(string: mediaUrl)