Skip to main content
Logo Link returns image bytes for a company domain. Use the generated URL directly as an image source when you need lightweight logo display in a browser, email, or spreadsheet.
Logo Link is for direct image embedding. Do not download, persist, or rehost the returned image file. Browser and CDN caching directed by the response headers is allowed.

Try it

Before you start

1

Create a public client ID

Open the Logo Link dashboard and copy the value under Public Client ID.Logo Link dashboard with the public client ID and domain restrictions
2

Restrict where it can be used

Select Edit Restrictions and add every site that will embed the image, such as app.example.com and the exact localhost origin used during development.
Allowed referring domains in the Logo Link dashboard
A public client ID is intentionally visible in frontend code. Treat it as frontend-safe only after you configure and test its referring-domain restrictions.

Build the image URL

Logo Link accepts GET and HEAD. A successful GET returns raw image bytes rather than a JSON object. Follow its Content-Type and Cache-Control response headers.
Reserve the image dimensions to prevent layout shift. On load failure, show initials, a neutral company icon, or no image. A missing logo is an expected data state, not necessarily an application error.

Choose the right product

Logo Link usage is separate from core API credits and rate limits. Check current allowances and usage in the Logo Link dashboard, and use the live pricing page when comparing plans.

Usage restrictions

  • Do not download, persist, or rehost image files returned by Logo Link.
  • Normal caching performed according to the response headers is allowed.
  • A returned logo identifies a company; it does not establish affiliation, sponsorship, or endorsement.
  • Confirm that your presentation and use comply with applicable trademark rules and your agreement with Context.dev.

Next steps

Add Logo Link to an existing interface

Open in Cursor

Company directory logos

Build a complete list with image fallbacks and persistent brand corrections.

Brand data

Get variants, colors, company details, and source metadata.

Troubleshooting

Add fallbacks, retries, logging, and safe key handling.