Skip to main content
Threads API

Threads Comments API

List and reply to comments (replies) on Threads posts programmatically. PostPeer handles OAuth and App Review.

  • List replies (comments) on any Threads post
  • Reply to a post or to an existing reply
  • Post a new top-level thread
  • No Meta developer app or App Review on your side
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
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

Divanshu KhatterMarketing Manager at Sembark

"Couldn't figure out the official Pinterest API. PostPeer was smooth. Using it daily."

Divanshu Khatter, Marketing Manager at Sembark

Het TikawalaFounder at Kalizzle AI Studio

"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 "https://api.postpeer.dev/v1/comments?platform=threads&accountId=acc_th_123&postId=18000000000000000&limit=25" \
  -H "x-access-key: your-api-key"

Response

JSON
{
  "success": true,
  "comments": [
    {
      "id": "18000000000000001",
      "text": "Following this, great thread.",
      "author": {
        "id": "31000000000000",
        "name": "sam.builds"
      },
      "timestamp": "2026-08-03T18:30:00Z",
      "likeCount": 6,
      "hidden": null,
      "replies": []
    }
  ],
  "nextCursor": null
}

Everything You Need for Threads Comments

Read and reply to Threads replies without managing the Threads API directly. One endpoint, same shape as your other comment integrations.

List Replies

Fetch the replies on a Threads post with author, text, and timestamp. Threads calls comments "replies," and this returns them in the same shape as Instagram and Facebook comments.

Reply to Threads

Respond to a post or to an existing reply with one call. Pass the reply ID and your text.

Create Top-Level Threads

Post a new top-level thread by passing a postId. Useful for scheduled community prompts or reply-and-continue threads.

Unified Comments Endpoint

Same `/v1/comments` endpoint and response shape as Instagram and Facebook. Add Threads without writing another integration.

Works on Existing Posts

Read and reply to replies on any post on the connected Threads account, not only ones published through PostPeer.

No Meta App Review

PostPeer is approved for `threads_manage_replies` and handles the OAuth flow for you.

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!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
One API, every platform