Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reels, posts e stories públicos via API
instagram.com/reel/...
instagram.com/p/...
instagram.com/tv/...
curl https://api.shappire.tools/v1/media/resolve \ -H "X-API-Key: $SHAPPIRE_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url":"https://www.instagram.com/reel/ABC123/"}'
media = resolve("https://www.instagram.com/reel/ABC123/") job_id = enqueue(media["id"], "video_best") job = wait_for_job(job_id) print(job["result"]["download_url"])
const media = await resolveMedia('https://www.instagram.com/reel/ABC123/'); const jobId = await enqueueDownload(media.id, 'video_best'); const job = await waitForJob(jobId);
video_best
image
format.id