Quick Start Migration
In most cases, you can migrate from Clearbit by replacing the base URL and adding your Brand API Client ID. Clearbit Logo URLURL Mapping
| Feature | Clearbit URL | Brand API URL |
|---|---|---|
| Basic logo | https://logo.clearbit.com/:domain | https://cdn.brandapi.io/:domain?c=:clientId |
| Logo size | https://logo.clearbit.com/:domain?size=128 | https://cdn.brandapi.io/:domain/h/128/w/128?c=:clientId |
| Custom fallback | Limited fallback control | https://cdn.brandapi.io/:domain/fallback/lettermark/icon?c=:clientId |
| 404 fallback | Depends on Clearbit behavior | https://cdn.brandapi.io/:domain/fallback/404/icon?c=:clientId |
| SVG logo | Not always available | https://cdn.brandapi.io/:domain/logo.svg?c=:clientId |
Step-by-Step Migration
1. Get Your Client ID
Create an account on Brand API and retrieve your Client ID from the developer dashboard. Your Client ID is required for Logo API requests and helps ensure reliable logo delivery, fair usage tracking, and consistent performance.2. Update Image Tags
Replace your existing Clearbit image source URLs with Brand API Logo API URLs. Before3. Add Logo Sizing
If your existing Clearbit integration uses thesize query parameter, replace it with Brand API sizing parameters.
Before
4. Handle Fallbacks
Brand API Logo API gives you flexible fallback options when a logo is not available. You can use a built-in fallback such as a lettermark:Why Migrate to Brand API?
Higher Quality Logo Assets
Brand API Logo API supports high-quality brand assets, including modern image formats and SVG logos where available. This helps your logos stay sharp across dashboards, websites, mobile screens, and high-resolution displays.More Than Logos
Brand API provides more than basic logo delivery. With Brand API, you can access brand assets and company metadata such as:- Logos
- Colors
- Fonts
- Company descriptions
- Domain information
- Brand profiles
CDN-Based Logo Delivery
Brand API Logo API is built for fast and reliable logo delivery through a CDN-based image URL. This helps developers embed logos directly in apps and websites without downloading, storing, or manually updating logo files.Flexible Logo Customization
Brand API Logo API supports flexible parameters for different UI needs, including:- Logo type
- Logo size
- Light and dark themes
- Fallback behavior
- File formats
Fair Use Guidance
Brand API provides clear logo usage guidelines to help developers use third-party logos responsibly. These guidelines help teams understand fair use principles, logo embedding rules, and acceptable use cases.Migration Checklist
Before going live, review this checklist:- Create your Brand API account
- Copy your Client ID from the dashboard
- Replace Clearbit logo URLs with Brand API CDN URLs
- Add your Client ID to every request
- Update size parameters if needed
- Add descriptive alt text for accessibility and SEO
- Configure fallback behavior
- Test missing-logo scenarios
- Review Logo API usage guidelines and rate limits
