Threads API
Threads Posting API
Publish text, images, and videos to Meta's Threads programmatically. PostPeer handles the Threads API integration for you.
- Text, image, and video posts
- Link sharing with previews
- Scheduled posting
- No separate Threads API setup needed
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
5 platformsTwitterLinkedInFacebook+2
All posts delivered
Scheduled
queue12
Queued
847
Sent
Next: in 15 min
Platforms
connectedXIGFBLITT
One API, every platform
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": "Shipping something new today. Stay tuned.",
"platforms": [
{
"platform": "threads",
"accountId": "acc_th_654"
}
]
}'Response
JSON
{
"postId": "post_stu901",
"status": "published",
"platforms": [
{
"platform": "threads",
"status": "published",
"platformPostId": "th_12345",
"platformPostUrl": "https://www.threads.net/@user/post/ABC123"
}
]
}Everything You Need for Threads Publishing
Publish to Meta's Threads platform without managing the API integration yourself.
Text Posts
Publish text-only posts to Threads. Great for quick updates, thoughts, and announcements.
Image & Video Posts
Attach images and videos to your Threads posts. PostPeer handles media upload and format validation.
Link Sharing
Share links in your Threads posts with automatic preview generation.
Scheduled Publishing
Schedule Threads posts for future publication. Time content for your audience's peak engagement hours.
Cross-Post to Twitter & More
Publish the same content to Threads + Twitter + Facebook in a single request. Ideal for text-first content distribution.
Managed OAuth
PostPeer handles Threads API authentication via Meta's OAuth. No developer setup required on your end.
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
5 platformsTwitterLinkedInFacebook+2
All posts delivered
Scheduled
queue12
Queued
847
Sent
Next: in 15 min
Platforms
connectedXIGFBLITT
One API, every platform