ONE MEDIA DOWNLOAD API · SEVEN SERVICES
Social Media Downloader API
Resolve supported public social media URLs into structured video, image and metadata results through one production API.
social media downloader APIvideo downloader APImedia extraction APIsocial media video API
POST /v1/resolve200 OK
curl https://developers.getinsaver.com/v1/resolve \
-H "Authorization: Bearer gis_live_••••" \
-H "Content-Type: application/json" \
-d '{
"service": "instagram",
"url": "https://supported-public-url/..."
}'
{
"ok": true,
"item_count": 1,
"items": [{ "type": "video", "url": "https://cdn..." }]
}