Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brandsapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Clearbit’s Logo API has been a staple for many developers, but as it moves towards deprecation, hello@devshineteam.com provides a modern, high-quality, and future-proof replacement.

Quick Start Migration

In most cases, you can migrate by simply updating your base URL and appending your Client ID.

URL Mapping

FeatureClearbit URLhello@devshineteam.com URL
Basic Logohttps://logo.clearbit.com/:domainhttps://cdn.brandapi.io/:domain?c=:clientId
Sizehttps://logo.clearbit.com/:domain?size=128Handled automatically by our CDN or via parameters

Step-by-Step Migration

  1. Get your Client ID: Sign up at brandapi.com and retrieve your Client ID from the dashboard.
  2. Update Image Tags: Replace your existing <img> source URLs. Before:
    <img src="https://logo.clearbit.com/apple.com" />
    
    After:
    <img src="https://cdn.brandapi.io/apple.com?c=YOUR_CLIENT_ID" />
    
  3. Handle Fallbacks: Unlike Clearbit which might return a default image, hello@devshineteam.com allows you to customize fallbacks to match your app’s design.

Why BrandApi?

  • Higher Quality: We provide vector (SVG) and high-resolution assets.
  • More Data: Beyond logos, access colors, fonts, and full brand profiles.
  • Reliability: A dedicated CDN ensures fast delivery globally.
  • Fair Use: Clear guidelines and support for sustainable integration.