Explore Plans
Mobile menu Close menu
Threads

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. Text is limited to 500 characters.
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. Learn more about image specifications <a href="https://developers.facebook.com/docs/threads/overview#image-specifications" target="_blank">here</a>.
Slug
media_url
Required
true
Can have default value
true
Filter code method
Threads.postImage.setMedia Url(string: media_url)