Overview
Fast, CDN-backed logo delivery via REST API, TypeScript SDK, or React components
The Quikturn API delivers company logos at the edge — use a simple REST URL in any <img> tag, or integrate with the TypeScript SDK and React components.
<img src="https://logos.getquikturn.io/apple.com?token=pk_xxx" alt="Apple" />Choose your path
REST API
Request logos with a single HTTP GET. Works in HTML, curl, or any HTTP client — an
<img> tag is all you need.
React / TypeScript SDK
Typed clients, retries, batch operations, and drop-in React components such as
QuikturnLogo.
MCP for AI agents
Connect Claude, Cursor, and other assistants to search and retrieve logos via Model Context Protocol.
Key constraints
- Publishable keys (
pk_*/qt_*) are safe for browsers and mobile apps via the?token=query parameter (max 800px logos). - Secret keys (
sk_*) belong on the server only — use theAuthorization: Bearerheader and never expose them client-side (max 1200px logos). - Attribution is required on the Free tier; paid tiers remove the requirement. Learn more
- Rate limits include generous monthly quotas plus short-term edge throttling — respect
Retry-Afteron 429 responses. See limits
Pricing
Free
500,000 requests / month · Attribution required · Community support
Launch
1,000,000 requests / month · No attribution required · Email support
Growth
5,000,000 requests / month · Priority support
Enterprise
Custom volume · Dedicated support
Only the Free tier requires attribution. Learn more
Next steps
- Authentication — publishable vs secret keys and domain restrictions
- Error handling — status codes, retries, and troubleshooting
- Integration examples — HTML, React, Next.js, and Vue samples
- Migration guide — move from self-hosted or third-party logo sources