extract_brand
Colors, typography, logo, and button styling, parsed from a public website.
Reach for this to see what FormMaker thinks your brand looks like — it fetches a public page and its stylesheets and parses out colors, type, logo, radius, and button styling, with a confidence rating. No LLM guesses at any of it.
If you're generating a form, you don't need it: pass the same URL as generate_form's
brandUrl and the profile goes straight into the brief. Call this one when you want to
inspect or reuse the profile on its own.
Extract a brand profile from a website
SSRF-guarded fetch of a public URL (and its linked stylesheets) plus a deterministic parse into a BrandProfile: colors, typography, logo, radius, button styling, and a confidence rating. No LLM involved. Pass the URL as generate_form's `brandUrl`, or use the profile directly.
Parameters
| Name | Type | Description | |
|---|---|---|---|
url | string | required | — |