Logo.dev has two API surfaces, each with its own key:Documentation Index
Fetch the complete documentation index at: https://www.logo.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Surface | Base URL | Auth |
|---|---|---|
| Logo API | img.logo.dev | pk_… via ?token= |
| REST APIs | api.logo.dev | sk_… via Authorization |
Authentication
The Logo API takes a publishable key as a query parameter — safe to use in client-side code:Authorization header — server-side only:
Response codes
Logo.dev uses standard HTTP status codes. See Errors for the full list and example payloads.| Code | Meaning |
|---|---|
200 | Success |
401 | Missing or invalid key |
403 | Valid key, but your plan doesn’t include this endpoint |
404 | No logo or brand data found |