Skip to content

pyKinsu/ReelSaver-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Instagram Downloader Logo

Reel Saver & Api

Download Instagram videos & reels β€” via Web UI or clean API endpoint πŸš€

If you find this useful, please ⭐ the repo!


πŸ“Œ Overview

A simple web app and API built with Next.js to download Instagram reels and videos directly using the post URL.
No login required. No rate limits. Just plug in a link and download.


πŸ”— Live Preview

🌐 Website: ReelSaver

  • Mobile friendly
  • Light/Dark mode support
  • Error handling with clear UI feedback
  • Download button appears only after successful fetch

πŸ“‘ API Usage

▢️ Endpoint

GET /api/video?postUrl={INSTAGRAM_POST_URL}

Parameter:

Name Type Description
postUrl string Instagram reel/post URL (required)

πŸ§ͺ Example Request

curl -i "https://reelsaver.vercel.app/api/video?postUrl=https://www.instagram.com/p/haishskd"

βœ… API Response

{
  "status": "success",
  "data": {
    "filename": "reelsaver(@pykinsu)-1712666263.mp4",
    "width": "640",
    "height": "640",
    "videoUrl": "https://scontent.cdninstagram.com/o1/v/t16/f1/..."
  }
}

πŸ”’ Only works with public posts or reels.
❌ Instagram Stories are not supported.


πŸ›  Tech Stack

  • Framework: Next.js
  • Lang: JavaScript / Node.js
  • Hosting: Vercel
  • Fetch Lib: Axios
  • Parsing: Custom HTML parsing & fallback techniques

✨ Features

  • πŸš€ API-first design
  • 🎯 Minimal frontend with responsive layout
  • πŸ›‘οΈ Error messages for broken/unsupported URLs
  • πŸ“¦ Reusable api/video logic
  • 🧩 Can be embedded in Telegram bots, mobile apps, or your own frontend

πŸ‘¨β€πŸ’» Maintained By

Kinsu Rajput


πŸ™Œ Contributions Welcome

Want to improve the UI or add support for more features like Stories, Carousel, or IGTV?
Open a PR or file an issue!


πŸ’¬ Feedback

If you find this helpful, give it a ⭐ and share it with others.
Made with ❀️ by @pyKinsu


About

A simple Next js Websites For Download Instgram Reel And it's also can be used as API by @pyKinsu

Topics

Resources

Stars

Watchers

Forks