GET
/
{domain}
curl --request GET \
  --url https://img.logokit.com/{domain}
This response does not have an example.

Basic Usage

The Logo API works through hotlinking company logos directly into your app or website. Simply use an image tag, and the logos will load directly from our global CDN. This approach ensures you always display the most current logo versions without managing logo files yourself. Since our service is designed for hotlinking, please note that caching or storing the logo images locally is not supported.

This HTML snippet demonstrates how to retrieve a logo for apple.com:

<img src="https://img.logokit.com/apple.com?token=<publishable-api-token>" />

Limitations

Our Free Logo API plan is limited to 64x64px logos and require an attribution link. Upgrade to a paid plan for high resolution logos, increased rate limits and no attribution.

Examples

Parameters

Path Parameters

domain
string
required

The domain for which to retrieve the logo.

Example:

"apple.com"

Query Parameters

token
string
default:YOUR-API-TOKEN
required

Publishable API token for authentication. You can find yours in account settings.

Example:

"<publishable-api-token>"

fallback
enum<string>
default:monogram

Fallback behavior if the logo is not available. 'monogram': Returns a monogram image from the first letter of the domain (default). '404': Returns a 404 HTTP error.

Available options:
monogram,
404

Response

200
image/png
Logo image found and returned as PNG.

The response is of type file.