/v1/threads/videoGet video, metadata, and a temporary proxy link from a public post.
↗Threads video + comments
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
https://www.threads.net/@clipmagic/post/DK...→{
"success": true,
"source": "threads",
"media": [{ "type": "video", "quality": "1080p" }],
"meta": { "cached": false, "request_id": "req_7fa..." }
}No catalogue of hundreds of methods. v1 keeps two stable contracts for the actual ClipMagic workflow.
/v1/threads/videoGet video, metadata, and a temporary proxy link from a public post.
↗/v1/threads/commentsFetch a page of comments with a safe cursor to continue pagination.
↗Pull source video from Threads and pass it into editing or publishing.
Page through public comments to analyse reactions and recurring themes.
Connect the API to n8n, Make, or your own backend without browser logic.
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.
One accepted video call or one comments page costs one credit. No card is needed; checkout and credit packs follow after open beta.
Every accepted video call and each comments page. Authentication, validation, 402, and 429 errors are free.
No. v1 only works with publicly accessible Threads content and does not bypass platform authentication.
The dashboard shows your balance, daily usage, and safe request activity without source URLs or responses.
Yes, up to three active keys in your personal workspace. The raw value is only shown after create or rotate.