Open beta · 100 credits, no card

Threads video + comments

A Threads API that returns the result you need

Two focused endpoints for video and comments. One key, a predictable response schema, and no manual parsing of public pages.

2 endpoints · public-only · 100 starting credits

Threads URLhttps://www.threads.net/@clipmagic/post/DK...
1URL
2validate
3resolve
4JSON
5−1 credit
One request thread, end to end200 OK
{
  "success": true,
  "source": "threads",
  "media": [{ "type": "video", "quality": "1080p" }],
  "meta": { "cached": false, "request_id": "req_7fa..." }
}
01 / API

Exactly what a Threads workflow needs

No catalogue of hundreds of methods. v1 keeps two stable contracts for the actual ClipMagic workflow.

POST/v1/threads/video

Get video, metadata, and a temporary proxy link from a public post.

POST/v1/threads/comments

Fetch a page of comments with a safe cursor to continue pagination.

02 / FLOW

Fits into the workflow you already have

01

Content pipeline

Pull source video from Threads and pass it into editing or publishing.

02

Audience research

Page through public comments to analyse reactions and recurring themes.

03

Automation

Connect the API to n8n, Make, or your own backend without browser logic.

03 / TRUST

Public data, with honest limits

The API only handles publicly accessible Threads posts. We validate URLs before charging, expose request IDs for diagnostics, and never retain source URLs or JSON responses in the dashboard.

  • Stable response schema
  • Transparent cache signal
  • No URL or response retention
  • Per-key rate limits
OPEN BETA

Start with 100 credits

One accepted video call or one comments page costs one credit. No card is needed; checkout and credit packs follow after open beta.

Get an API key
04 / FAQ

The important questions

What costs one credit?+

Every accepted video call and each comments page. Authentication, validation, 402, and 429 errors are free.

Are private posts supported?+

No. v1 only works with publicly accessible Threads content and does not bypass platform authentication.

Where can I track usage?+

The dashboard shows your balance, daily usage, and safe request activity without source URLs or responses.

Can I create multiple keys?+

Yes, up to three active keys in your personal workspace. The raw value is only shown after create or rotate.