Extract brand colors, logos, fonts, images, and social media links from any website. Costs 10 credits.
Documentation Index
Fetch the complete documentation index at: https://prefetch.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/brand uses headless Chrome to visit a page and extract a comprehensive set of brand assets:
| Parameter | What it extracts |
|---|---|
| (default) | Logo colors (brand_colors) only |
screenshotColors=6 | + N dominant colors from the page screenshot |
css=true | + Colors defined in CSS stylesheets |
html=true | + Colors defined in HTML attributes |
javascript=true | + Colors defined in JavaScript source |
filterAchromatic=true | Exclude near-white, near-black, and greyscale results |
Your Prefetch API key. Obtain one from the dashboard.
The website URL to process. https:// is prepended automatically if no protocol is provided.
"https://stripe.com"
Extract N dominant colors from the page screenshot. Range: 2–12. Omit to skip screenshot color extraction.
2 <= x <= 12Extract colors from linked CSS files. Pass true to enable.
Extract colors from inline HTML. Pass true to enable.
Extract colors from linked JS files. Pass true to enable.
Viewport width in pixels. Range: 320–3000. Default: 1440.
320 <= x <= 3000Viewport height in pixels. Range: 320–3000. Default: 900.
320 <= x <= 3000Screenshot format. Default: jpeg.
jpeg, png, pdf Capture the full scrollable page. Pass true to enable.
Disable the built-in adblocker. Pass true to enable (useful for sites that detect ad blockers).
Exclude near-white, near-black, and greyscale colors from results. Pass true to enable.