Docs/Quickstart

Quickstart

From zero to a site's brand in three steps - about a minute, no card required.

1 Get your API key

Sign up and create a key - free, no credit card, with 100 credits every month. Keys look like mm_live_….

2 Expose it as an environment variable

Every snippet below reads the key from MIROMIRO_API_KEY, so it never ends up hardcoded in your source.

Authorization: Bearer mm_live_…

3 Make your first call

One call gets you a site's brand - logo, colors, fonts - as typed JSON. Pick your language and run it.

https://miromiro.app/api/v1/extract?url=stripe.com&access_key=mm_live_…

Every endpoint follows this exact shape - swap /brand for /images, /svg, /fonts and the rest.