Skip to main content
Every request needs an x-api-key header.

The key format

A valid key matches this pattern:
That is: the prefix linkr_test_ or linkr_live_, followed by at least six alphanumeric characters. For example, linkr_test_demo01 is valid.
This is a shape check, not a credential lookup. The API only verifies that your key matches the pattern above. There is no key store, no issuance, no dashboard, no revocation, no rate limiting, and no per-key metering. linkr_test_aaaaaa authenticates exactly as well as any other well-formed key.It exists to keep the demo endpoints tidy and to reserve the header for the future. Do not treat it as a secret, and do not build billing or quotas on top of it.

Test vs live prefixes

Both linkr_test_ and linkr_live_ keys are accepted and behave identically today, because the dataset is a static preview. Use linkr_test_ for now.

Missing or malformed keys

A request without a valid key returns 401: