Download Audio
GET/download_audio/:shortcode
You can directly embed this media in your website. You won't face CORS issue.
Request
Path Parameters
shortcode stringrequired
How to find shortcode? www.instagram.com/p/CtM--RUgEy8/ here CtM--RUgEy8 is shortcode. www.instagram.com/reel/{shortcode}
Responses
- 200
Success response
- application/json
- Schema
- ExampleResponse
Schema
- any
{
"data": {
"main_media_hd": "https://audio.swiftinsta.com/storage/audios/CtM--RUgEy8.mp3",
"caption": "1 billion stream on @spotify for `I’M GOOD’!!!!!! No words to describe how grateful I’m 🫶🏼🫶🏼🫶🏼",
"owner": {
"id": "195734327",
"is_verified": true,
"profile_pic_url": "https://phosphor.ivanenko.workers.dev/?url=https%3A%2F%2Fscontent-lhr6-1.cdninstagram.com%2Fv%2Ft51.2885-19%2F394318191_828871638964327_6596382625863817870_n.jpg%3Fstp%3Ddst-jpg_s150x150%26_nc_ht%3Dscontent-lhr6-1.cdninstagram.com%26_nc_cat%3D1%26_nc_ohc%3DY6VgBV8xwmEAX8jLZhW%26edm%3DAP_V10EBAAAA%26ccb%3D7-5%26oh%3D00_AfC-pu8bFVpmuhw41pm7viXQYllSTr0-rzPZAq9GLgf7Ag%26oe%3D660188D1%26_nc_sid%3D2999b8",
"username": "davidguetta",
"blocked_by_viewer": false,
"followed_by_viewer": false,
"full_name": "David Guetta",
"has_blocked_viewer": false,
"is_private": false,
"is_unpublished": false,
"requested_by_viewer": false
}
},
"status": "ok",
"message": null
}
Loading...