Getting Started
Quickstart
1) Create an API key
- Go to the developer portal at
https://logos.getquikturn.io. - Create a key and assign it to a plan (Free, Launch, Growth, or Enterprise).
- Copy the key (starts with
qt_) and keep it secret.
2) First call: logo by domain
Code
Response (json mode):
Code
3) Search for companies
Code
4) Fetch a company profile
Code
What you’ll see in headers
Successful calls include trusted headers for your upstream integration: x-quikturn-key-id, x-quikturn-client-id, x-quikturn-plan, x-quikturn-plan-status, x-quikturn-key-status, x-quikturn-quota-remaining, x-quikturn-quota-reset (plan/status/quota headers appear only if set on your account).
Errors to handle
401missing/invalid key404logo/company not found429rate limit or quota exceeded (respectRetry-After)
Keep keys secret (env vars), use HTTPS, and handle 404/429 gracefully.
Last modified on