GETREADY / ONLINEFREE
Instagram Post Downloader
Ekstrak dan download konten dari Instagram (Reels, Postingan Foto/Video, Carousel) langsung ke server Anda.
ENDPOINT:/api/download/instagram
Endpoint Overview
MethodGET
Path/api/download/instagram
AccessFree Tier / API Key
Total Usage2.840.110 requests
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Tautan URL postingan Instagram. |
Response Example
application/json200 OK
{
"status": true,
"result": {
"type": "carousel",
"caption": "Liburan seru!",
"media": [
"https://instagram.com/p/example-image1.jpg",
"https://instagram.com/p/example-image2.jpg"
]
}
}