Personalize decks and presentations
Presentation tools can make any deck instantly on-brand by pulling a company’s logo, colors, and fonts from its domain. The Brand API returns all three in one call, so a template restyles itself the moment a user types a domain.- Preview
- Code
Want slide templates that auto-style to any company's brand? This prompt gives your AI coding tool everything it needs to build it in your framework.
Convert with branded emails
Email builders and transactional-email systems can theme every message to the sender’s brand, logo in the header, accent color on the call-to-action, without designers hand-editing templates. The Brand API supplies the logo and colors from a single domain. Pick a brand and the whole email retheme, header logo, accent bar, and the call-to-action button all update from one brand record.- Preview
- Code
Want email templates that auto-theme to the sender's brand? This prompt gives your AI coding tool everything it needs to build it in your framework.
Implementation
1
Resolve the prospect's domain
You usually have it already, the website on the CRM record, or the domain of a contact’s email. If reps only have a company name, resolve it with company autocomplete.
2
Fetch the brand
One Brand API call returns the logos, colors, and fonts for the domain. Keep the call on your server so the API key stays secret, and cache the response by domain, the same account gets pitched more than once.
3
Apply it to the template
Render logos straight from the Logo API in an
<img> tag, and use the accent color for headers, buttons, and highlights. If a domain can’t be resolved, fall back to your default template, personalization is a layer, never a blocker.Pricing
Logos alone are free via the Logo API. Pulling colors and fonts costs one Brand API brand fetch per company, cached by domain, so a pipeline of hundreds of accounts means hundreds of requests, not thousands. See plans for quotas.Measuring impact
Personalization is a conversion play, so measure branded collateral against generic templates: reply and meeting-booked rates on outreach, and engagement on decks and proposals that open in the prospect’s brand. Teams like CyberRisk use this to carry client logos across decks, proposals, and white-label apps.Going further
Brand API reference
The full response shape: logos, colors, fonts, and company data.
Logo API
Hotlink logos and banners straight into decks and emails.
Get started
Create a free account and start building.