Docs/SVGs
/v1/svg1 creditInline <svg> elements returned as ready-to-paste code, plus references to external .svg files.
urlrequiredThe page to extract from. With or without protocol (https:// is assumed).fieldsoptionalComma-separated list of fields to return (e.g. fields=svgs). Omit for the full object. url is always included. Trims the response only - the credit cost is unchanged. svgs · countBuild a request
GEThttps://miromiro.app/api/v1/v1/svg?url=stripe.com
urlrequiredfieldsNothing selected returns the full response.
Options at their default are left out of the URL - the API assumes them. Auth isn't shown here: send your key as an Authorization: Bearer header (see the example below).
Response
Authorization: Bearer mm_live_…urlstringThe resolved URL that was extracted.svgs[]arrayEach is { type: "inline", code } (paste-ready SVG) or { type: "file", url }.countnumberTotal number of SVGs found.usageobjectMetering for this call: credits spent this month, your monthly cap (null = unlimited), credits remaining, what this call cost (0 on cache hits), and whether it was served from the 24-hour cache.Example request
https://miromiro.app/api/v1/extract?url=stripe.com&access_key=mm_live_…