📸 Instagram Media Downloader
Download images and videos from Instagram posts, reels, and IGTV
Example URLs (replace with real URLs)
⚠️ Important Notes:
- This tool is for personal use only
- Please respect copyright and Instagram's terms of service
- Works with public Instagram posts, reels, and IGTV videos
- Some posts might not be downloadable due to Instagram restrictions
🔌 API Usage:
This Space also provides an API endpoint. You can use it programmatically:
import requests
response = requests.post(
"https://your-space-url/api/predict",
json={"data": ["https://www.instagram.com/p/your-post-id/"]}
)