{
"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 端点。要使用 Instagram下载器API短视频帖子故事 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
此API允许用户通过简单的API请求从公共Instagram内容中获取直接下载信息。通过提交有效的Instagram URL,API提取可用的媒体资源并返回直接下载链接及相关元数据,使得应用程序能够以编程方式访问Instagram内容。该API支持Instagram Reels、照片帖子、轮播(多图)帖子、视频和故事,为下载不同类型的Instagram媒体提供统一的接口,而无需开发者实现复杂的提取或抓取逻辑
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.
典型的用例包括创建社交媒体聚合器 构建内容库 或开发展示Instagram媒体的应用程序 该API简化了以编程方式访问和显示公共Instagram内容的过程
通过API直接访问公共Instagram内容来保持数据的准确性由于API直接从Instagram获取媒体,因此它反映了公开发布的最新和最准确的信息