The Brand Context API returns a structured, narrative-rich profile of a brand for a given domain. Where the Brand API focuses on a brand’s assets (logos, colors, fonts) and firmographics, the Brand Context API focuses on a brand’s identity, positioning, voice, and visual style — the kind of context useful for grounding LLMs, generating on-brand content, and powering personalized experiences. For each domain, the API returns:Documentation Index
Fetch the complete documentation index at: https://docs.brandfetch.com/llms.txt
Use this file to discover all available pages before exploring further.
- Identity — tagline, mission, description, and tags.
- Positioning — value proposition, target audience segments, and products & services.
- Brand — a summary of the brand’s voice and visual style, with descriptive attributes.
Implementation guide
For more details, refer to our API Reference.Get your API key
You’ll need to create an account on our Developer Portal. Creating an account is quick and easy, and will give you access to your dashboard where you’ll find your API key.
Make your first API call
Implement or run the code below to make your first API request.Authentication is done by passing your API key as a Bearer Authentication, the same way as the Brand API.
Test and deploy
All requests for the domain brandfetch.com are free and will not count towards your usage/quotas. You can make as many requests to Brandfetch’s own brand as you need while you iterate on and test your integration.Once you are ready to go live, simply replace brandfetch.com with the domain name you want to look up.
Query by domain
The Brand Context API is queried by domain name:Response shape
The response is grouped into a few top-level objects:meta— the resolved domain, the canonical brand name, and the timestamp at which the context was resolved.identity—tagline,mission,description, and a list oftagsthat characterize the brand.positioning— the brand’svalue_proposition, an array oftarget_audiencesegments (each with asegmentanddescription), and an array ofproducts_and_services(each with aname,type, anddescription).brandvoice— asummaryof the brand’s voice, descriptiveattributes, and a list of things toavoid.style— asummaryof the brand’s visual style and descriptiveattributes.