Back to Changelog

Public API & CDN

You can now fetch logos programmatically with a simple GET request. Edge-cached for fast delivery worldwide.

BrandQL is now accessible via a public API, with assets served through a global CDN.

API endpoint

Fetch any company's logo with a simple GET request:

curl https://api.brandql.com/logo/stripe.com

Returns the highest-scored logo as an image. Add query parameters for format and size:

https://api.brandql.com/logo/stripe.com?format=png&size=128

CDN delivery

All logo assets are served via Cloudflare's global CDN. After the first fetch, subsequent requests are served from the nearest edge location — typically under 50ms.

No authentication required (for now)

The API currently works without authentication. API keys and rate limiting will be added in a future release as the service scales.


Check the docs for full endpoint reference and examples.