{
"data": [
{
"media": "https://scontent-ber1-1.cdninstagram.com/v/t51.82787-15/752509534_18613213204061984_7637854435838668768_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk0NDk5MDk3MTQ3NzcyMzA2Mg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=YfGSX2ZpE78Q7kNvwEYgpzw&_nc_oc=Adqqv9OD3VFYsiX6sxaWs9axNlTxjoHGe_TuSW8Mg9qBYxxqxPj85a7YtQzNr3Aepxg&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_gid=1zt_nfSAylgF3As_-2EcsA&_nc_ss=7a22e&oh=00_AQAfQDQ5-GSpQ15ZEEUf-s0LwMrRaaV6Q1prZ2nsmkvWxQ&oe=6A64237C&dl=1",
"thumb": "https://scontent-ber1-1.cdninstagram.com/v/t51.82787-15/752509534_18613213204061984_7637854435838668768_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk0NDk5MDk3MTQ3NzcyMzA2Mg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=YfGSX2ZpE78Q7kNvwEYgpzw&_nc_oc=Adqqv9OD3VFYsiX6sxaWs9axNlTxjoHGe_TuSW8Mg9qBYxxqxPj85a7YtQzNr3Aepxg&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_gid=1zt_nfSAylgF3As_-2EcsA&_nc_ss=7a22e&oh=00_AQAfQDQ5-GSpQ15ZEEUf-s0LwMrRaaV6Q1prZ2nsmkvWxQ&oe=6A64237C&dl=1",
"isVideo": false
}
]
}
curl --location --request GET 'https://zylalabs.com/api/13191/instagram+downloader+api++reels+posts+stories/26865/download?url=https://www.instagram.com/p/Da_bGMZDYe2/' --header 'Authorization: Bearer YOUR_API_KEY'
साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए इंस्टाग्राम डाउनलोडर एपीआई रील पोस्ट कहानियां API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।
| हेडर | विवरण |
|---|---|
Authorization
|
आवश्यक
होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।
|
कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।
(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)
The Download endpoint returns direct download links for various types of Instagram media, including Reels, posts, stories, and carousel posts. The response includes both the media URL and a thumbnail URL for easy access.
The key fields in the response data include "media," which contains the direct link to the media file, and "thumb," which provides a link to the thumbnail image. These fields allow users to easily access and display the content.
The response data is structured as a JSON object containing a "data" array. Each item in the array represents a media resource, with fields for the media URL and thumbnail URL, making it straightforward to parse and utilize in applications.
The Download endpoint provides access to various Instagram media types, including images, videos, and carousel posts. It retrieves public content, ensuring users can download and utilize media from public Instagram profiles.
The primary parameter for the Download endpoint is the valid Instagram URL. Users must submit this URL to retrieve the corresponding media resources. No additional parameters are required for basic functionality.
Users can utilize the returned data by accessing the media and thumbnail URLs to display content in their applications. For example, the media URL can be used to embed videos or images, while the thumbnail can serve as a preview.
क典न उपयोग के मामले में सोशल मीडिया एग्रीगेटर्स बनाना सामग्री पुस्तकालयों का निर्माण करना या ऐसे अनुप्रयोग विकसित करना शामिल हैं जो इंस्टाग्राम सामग्री को प्रदर्शित करते हैं एपीआई सार्वजनिक इंस्टाग्राम सामग्री को प्रोग्रामेटिक रूप से पहुंचाने और प्रदर्शित करने की प्रक्रिया को सरल बनाता है
डेटा की सटीकता को API के माध्यम से सार्वजनिक इंस्टाग्राम सामग्री तक सीधे पहुँचकर बनाए रखा जाता है क्योंकि API इंस्टाग्राम से सीधे मीडिया प्राप्त करता है यह सार्वजनिक पोस्ट के लिए उपलब्ध सबसे वर्तमान और सटीक जानकारी को दर्शाता है