X-API-Key header on every request.
Get your API key
- Log in to dashboard.thiqwave.com
- Navigate to Settings → API Keys
- Click Create New Key
- Copy the key and store it somewhere safe — it is only shown once
Pass the key in requests
Include your API key as theX-API-Key header in every request.
Key rotation
Rotate your API keys regularly to reduce the risk of a compromised credential causing lasting damage. To rotate a key:- Create a new API key in Settings → API Keys
- Deploy your application with the new key
- Delete the old key once your deployment is confirmed healthy
Rate limits
API keys are subject to per-minute and per-second request limits. See Rate Limits for current limits and best practices for handling429 responses.
Authentication error codes
| Status | Meaning |
|---|---|
401 | Your X-API-Key header is missing or the key value is invalid |
403 | Your key is valid but does not have permission to access this resource |
429 | You have exceeded your rate limit — slow down and retry |
If you receive a
401 and you are sure your key is correct, check that there are no extra spaces or newline characters around the key value.