API Keys
Create API key
Generate a new API key for programmatic access to the Xquik API
POST
Create API key
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Free - does not consume credits
fullKey immediately and log only id and prefix.
Headers
Dashboard session cookie. Format:
session_token=YOUR_SESSION_TOKEN.API key for the same account. Use this instead of
Cookie for automated key rotation.OAuth bearer token for the same account. Format:
Bearer YOUR_TOKEN.Must be
application/json.Body
Display name for the key. Defaults to
"Default" if omitted.Response
- 201 Created
- 401 Unauthenticated
- 403 Key limit reached
- 429 Rate Limited
Use a dashboard session cookie to create the first API key. Existing API keys and OAuth bearer tokens can create additional keys for the same account.Related: List API Keys · Revoke API Key
Last modified on May 17, 2026
Create API key