Design Extraction API
Image APIGET /v1/images1 credit/call

Image Extraction API

List every image a page loads - img, srcset, picture, CSS backgrounds, favicons, og:image - one API call, tagged by source.

Every source
not just <img> tags
Tagged
by where it was found
1 credit
per call

The API is the demo

One authenticated GET request against any live URL - clean, typed JSON back.

Image Extraction API
const res = await fetch(
  `https://miromiro.app/api/v1/images?url=stripe.com&access_key=${process.env.MIROMIRO_API_KEY}`
)
const data = await res.json()

Catches CSS background-image, favicons, and og:image - sources a plain <img> scrape silently drops.

Built for the agent era

Every endpoint plugs straight into your coding agent - as a native MCP tool or a plain-English prompt. No SDK, no glue code.

Native MCP toolno code

Your agent calls it directly, mid-task, and gets typed JSON back.

// Cursor · Claude Code · Windsurf

extract_assets({ url: "stripe.com" })

Or just a promptplain English

No MCP? Drop this into any agent - it wires up the API itself.

“List every image on stripe.com and download the product shots.”

Set up the MCP server 7 tools · one config · works in any MCP client

Everything, tagged and typed

img + srcset
<picture>
CSS backgrounds
favicons
og:image

Extract all images from any URL

The MiroMiro Image Extraction API lists every image a page loads - img src and srcset, <picture> sources, CSS background-image, favicons and apple-touch-icons, and og:image / twitter:image - as resolved URLs, each tagged by the source it came from. One GET request, complete inventory.

1

Point at a URL

One GET request with any live URL - e.g. stripe.com.

2

Get structured data

Clean, typed JSON back - resolved, not raw HTML to parse.

3

Your agent uses it

MCP or a prompt wires it into your build - no glue code.

What you can build

Asset recovery

Pull every image from a legacy site in one call for a migration.

Brand kits

Assemble product imagery and brand assets programmatically.

Content pipelines

Feed images into downstream processing or moderation.

Questions

Which images does it find?

img src and srcset, <picture> sources, CSS background-image, favicons/apple-touch-icons, and og:image / twitter:image - each tagged by where it was found.

What does it cost?

Image extraction is 1 credit per call. Cached and failed calls are free.

Get your free API key

100 free credits every month, no credit card. One key unlocks every endpoint - brand, tokens, images, SVGs, fonts, and Lottie. Upgrade only when you outgrow the free tier.