Threads API
Threads Scheduling API
Queue Threads posts and media for future delivery programmatically. Set a publish time and a timezone, and PostPeer holds the post until that exact local moment. OAuth, token refresh, and rate limits are handled for you.
- Queue text and media posts for any future date and time
- IANA timezone support for local-time delivery
- Exact-time publishing, not a best-effort window
- OAuth handled, no Meta developer app on your side
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platformsTwitterLinkedIn
All posts delivered
Scheduled
queue12
Queued
847
Sent
Next: in 15 min
Platforms
connectedXLIFBTT
One API, every platform
DF
"I was up and running on six different platforms in under 30 minutes. Strongly recommend!"
David Flor, Founder at Darklight Interactive
"Couldn't figure out the official Pinterest API. PostPeer was smooth. Using it daily."
Divanshu Khatter, Marketing Manager at Sembark
"Great integration experience. Jonathan ships fixes within hours. Mad respect for the speed."
Het Tikawala, Founder at Kalizzle AI Studio
How It Works
Add social media to your product in three steps.
01
Get Your API Key
Sign up and get your API key instantly — no sales calls, no complex onboarding.
02
Integrate in Minutes
A single endpoint to post, schedule, and manage content. Drop it into your product and go.
03
Your Users Post Everywhere
Your product now supports every major social platform — without you maintaining a single integration.
API Response Format
Clean, structured JSON that's easy to parse and integrate
Request
POST
curl -X POST https://api.postpeer.dev/v1/posts \
-H "x-access-key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"content": "New drop goes live this morning.",
"platforms": [
{
"platform": "threads",
"accountId": "acc_th_456"
}
],
"scheduledFor": "2026-09-15T08:30:00+01:00",
"timezone": "Europe/London"
}'Response
JSON
{
"postId": "post_th_4b7c",
"status": "scheduled",
"scheduledFor": "2026-09-15T08:30:00+01:00",
"timezone": "Europe/London",
"platforms": [
{
"platform": "threads",
"accountId": "acc_th_456",
"status": "scheduled"
}
]
}Everything You Need to Schedule Threads Posts
Plan your Threads calendar through one endpoint. Set a time and a timezone, and PostPeer delivers the post at the exact local moment.
Future-Dated Posts
Send a scheduledFor timestamp with your post and PostPeer queues it instead of publishing immediately. It goes live at the moment you set, with text and any attached media.
Timezone-Aware Delivery
Pass an IANA timezone like Europe/London alongside scheduledFor. PostPeer resolves the local time to an exact instant, so daylight saving never shifts your slot.
Content Calendar via API
Queue a week or a month of Threads posts in advance, one call each. Build a posting calendar in your own product and let PostPeer hold every slot until its time.
Reschedule and Cancel
Update the scheduledFor time on a queued post or cancel it before it publishes. Move a slot when plans change without recreating the content.
Media Attachments
Schedule posts with images or video attached. PostPeer validates the media against Threads specs before the queued post is delivered.
Cross-Platform Queuing
Schedule the same content to Threads plus other platforms in one request, each with its own account. Every platform shares the scheduledFor and timezone.
More Platform APIs
Frequently Asked Questions
Ready to Add Social Media to Your Product?
One API. Every platform. Start building with free credits.
Start Posting for FreeNo credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platformsTwitterLinkedIn
All posts delivered
Scheduled
queue12
Queued
847
Sent
Next: in 15 min
Platforms
connectedXLIFBTT
One API, every platform