Publish to Threads, X, and LinkedIn
in a few lines of code
Automate scheduling, publishing, and reads with a single API key — or connect n8n, Make, and Zapier with no code.
$ curl -X POST https://www.posteady.com/api/v1/posts \ -H "Authorization: Bearer pk_8f3c…" \ -d '{ "accountIds": ["9f3c…", "b71e…", "4a20…"], "posts": ["새 기능을 출시했습니다 🚀"] }'
PublishedThreadsXLinkedIn
Eight endpoints are all you need
Publish, schedule, read, repost — everything you do in the dashboard, in code.
POST/api/v1/posts
GET/api/v1/posts
POST/api/v1/scheduled-posts
GET/api/v1/scheduled-posts
DELETE/api/v1/scheduled-posts/{id}
POST/api/v1/reposts
GET/api/v1/accounts
GET/api/v1/workspaces
No code? Still connected
Wire the REST API into automation tools like n8n, Make, and Zapier
and add Posteady to the workflow you already use.
Three steps from key to publish
The API is available on the Creator plan and up.
- 1
Get an API key
Issue a key in settings. Each key is scoped to one workspace.
- 2
Send a request
Put the key in the Authorization header and call the /api/v1 endpoints.
- 3
It's published
Per-account results come back as JSON. Posts go live on Threads, X, and LinkedIn.