Extract brand colors, logos, fonts, images, and social media links from any website. Costs 2 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 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 |
Your Prefetch API key. Obtain one from the dashboard.
The website URL to process. http:// is prepended automatically if no protocol is provided. Maximum 2048 characters.
"https://stripe.com"
Extract N dominant colors from the page screenshot. Range: 2–12. Omit to skip screenshot color extraction.
2 <= x <= 12Extract colors defined in CSS source code. Default: false.
Extract colors defined in HTML attributes. Default: false.
Extract colors defined in JavaScript source code. Default: false.
Viewport width in pixels. Range: 320–5000. Default: 1440.
320 <= x <= 5000Viewport height in pixels. Range: 320–5000. Default: 900.
320 <= x <= 5000Image format. Default: jpeg.
jpeg, png, webp Capture full scrollable page height. Default: false.