— Developer API
Send a link, get back structured JSON with the media, author, thumbnails, and direct download URLs. Free, no key required.
?url=, or POST JSON { url }.tool=terabox.Pass tool= to override auto-detection.
https://your-app.lovable.app/api/public/fetchcurl -s "https://your-app.lovable.app/api/public/fetch" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.instagram.com/reel/xxxx/"}'{
"ok": true,
"tool": "instagram",
"data": {
"title": "...",
"author": { "name": "...", "username": "...", "verified": true },
"thumbnail": "...",
"media": {
"videos": [{ "url": "...", "quality": "720p", "format": "mp4" }],
"audios": [],
"photos": []
}
}
}