Never share your API keys publicly or commit them to version control systems.
Accessing Your API Key
You can access your API key from the “Secrets” tab in your account settings. Learn more about account settings here.Using Your API Key
To authenticate API requests, include your API key in theAuthorization
header of requests.
Best Practices
Rate Limiting
Rate Limiting
API requests are subject to rate limiting to ensure fair usage. Current limits are
- 30 requests per minute for standard accounts
Exceeding these limits will result in a
429 Too Many Requests
response.