>

Clicked Gallery

What is an API key?

Highlighted from a real engineering doc. Explained by Clicked.

Used in a sentence

Engineering Notes · AI Systems

The tutorial warned readers never to paste an API key into client-side code, where anyone reading the page can see it.

The reader highlighted one word in the docs. Clicked explained the technical term “API key” in simple terms:

Explained in three depths

Same facts, different vibe — Slang mode 😎

Formal definition — The same term, explained the usual way

An API key is an opaque identifier issued by a service provider and transmitted with each request, usually in an HTTP header, to identify the calling application and associate the request with an account for authorization, rate limiting and billing. It provides identification rather than user authentication and applies no cryptographic protection to the request itself, so it is paired with TLS in transport and with scoping, expiry and rotation in management. Providers commonly distinguish publishable keys, which may appear in client code and are constrained by domain or referrer restrictions, from secret keys, which are held server-side and are revoked and reissued on disclosure.

Want Clicked to explain terms like “API key” directly in your browser — including on PDFs?

Add to Chrome — Free

50 free Explanations · No credit card required