Tokens
Create API Key
Creates an API key. Authenticated with a Clerk session token (dashboard sign-in), not an API key — most users should create keys from the dashboard instead. The full key is returned once; only its prefix is retrievable later. Requires a paid plan.
POST
Create API Key
Authorizations
API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.
Body
application/json
Response
API key created (full key shown once)
Example:
"key_aB3dE5fG7hI9jK1m"
Example:
"api_key"
Example:
"qr_live_a1b2"
Available options:
live, test The full API key — shown only once.
Create API Key

