v1
latestOpenAPI 3.0.02026-07-1471718.0 KBThreads by Unshape
Create post
Create a post from the request's body and publish it on Threads.
post/threads/create-post
Headers
X-Stripe-Emailstring required
The email you used to subscribe to Unshape
Request body
Example request
{
"media_type": "TEXT",
"video_url": "#zapier #unshape #bluesky",
"text": "My brand new Threads post",
"tag": "unshape"
}Response
Success - Post was successfully created in Threads
Example response
{
"success": true,
"status": 200
}