Universal Threads Carousel & Slideshow Downloader (ZIP & MP3 Extraction)
Threads carousel posts attach multiple photos in a swipeable sequence similar to Instagram GraphSidecar format. Instabatch parses the post's carousel_media payload, resolves each image from Meta's CDN, and delivers every slide at source resolution without watermarks.
Preview all Threads carousel slides in our phone gallery, download individual photos, or save the complete post as a Zero-Compression ZIP. Decoupled Auth ensures your Threads or Instagram login is never required.
1. Find the Carousel Post
Open the Threads multi-image post, tap Share, and copy the threads.net/@user/post/ URL.
2. Paste the Link
Drop the Threads post URL into the input above. Our server resolves all carousel_media CDN endpoints.
3. Download All Slides
Swipe through the gallery viewer and save individual slides or the complete carousel as a ZIP.
Key Features
- Carousel Media Parsing: Extracts all images from Threads carousel_media multi-image post structures.
- Meta CDN Fetch: Pulls original-resolution images from Meta's CDN without UI watermark overlays.
- Zero-Compression ZIPs: Download all carousel slides in one ZIP folder — raw source files, no extra compression.
- Individual Slide Picks: Preview and download specific carousel frames without grabbing the entire post.
- Decoupled Auth: No Threads or Instagram login required — anonymous server-side extraction.
- Magic Byte Verified: Header sniffing confirms JPEG/PNG format on every carousel slide.
Instabatch
How do I download all slides from a Threads carousel post as a ZIP?
Copy the threads.net/@user/post/ URL, paste it above, and click download. We parse the carousel_media array, fetch each image from Meta's CDN, and package them into a Zero-Compression ZIP.
How does Instabatch extract Threads carousel_media via Decoupled Auth?
Our server resolves the post ID, reads the carousel_media metadata (similar to Instagram GraphSidecar), extracts CDN URLs for each slide, and streams them through our infrastructure — no Threads login session required.
Will Threads notify the creator when I download their carousel slides?
No. Server-side CDN extraction does not trigger Threads' screenshot or save notifications. The fetch happens on our server outside the Threads mobile app.
What resolution are Threads carousel slide downloads?
We fetch the highest-resolution CDN variant for each carousel_media item — the same assets served to the mobile app. Original aspect ratios are preserved without recompression.
Can I download individual photos from a Threads multi-image post?
Yes. Our gallery viewer displays each carousel_media slide as a swipeable frame. Download specific photos individually or use Download ALL (ZIP) for the complete carousel.
What does the Magic Byte sniffer verify for Threads CDN downloads?
After each Meta CDN fetch, our server inspects the file header for JPEG (\xff\xd8\xff) or PNG (\x89PNG) signatures — assigning the correct extension and confirming you received the raw CDN asset without quality degradation.