Understand how to find and use your Logo.dev API keys.
pk_
img.logo.dev
<img src="https://img.logo.dev/nike.com?token=YOUR_PUBLISHABLE_KEY" />
sk_
// Server-side only fetch("https://api.logo.dev/v1/search", { headers: { Authorization: `Bearer YOUR_SECRET_KEY`, }, });
Was this page helpful?