API Keys
Manage your API keys to authenticate requests
Your API Keys
Use these keys to authenticate your API requests
Loading API keys...
API Key Security
Best practices for keeping your API keys secure
Never share your API keys
Your API keys should be kept confidential and only stored in secure locations. Never share them in public repositories or client-side code.
Rotate keys regularly
We recommend rotating your API keys regularly as a security best practice, especially when team members leave or you suspect a key may be compromised.
How to use your API key
Example implementation in cURL
cURL Examplebash
# Example cURL request
curl undefined \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "Your query"}'
For more information, check out ourAPI documentation →