This page provides an overview of API keys and how to use them on our platform. API keys are used to authenticate requests made to our API endpoints.
API Key Types
- Public Key: Used for public endpoints that do not require authentication.
- Private Key: Used for private endpoints that require authentication.
How to Obtain an API Key
- Sign in to your account on our website.
- Navigate to the API Keys section in your dashboard.
- Click on "Generate New API Key" to create a new key.
Using API Keys
When making requests to our API, include your API key in the request headers as follows:
Authorization: Bearer <Your_API_Key>
Rate Limits
We enforce rate limits to prevent abuse of our API. If you exceed the rate limit, your requests will be temporarily blocked. For more information, see our Rate Limits documentation.
FAQs
Q: Can I share my API key with others? A: No, sharing your API key with others is a violation of our terms of service.
Q: How do I reset my API key? A: To reset your API key, navigate to the API Keys section in your dashboard and click on "Revoke" next to the key you want to reset.
For more information on API keys, visit our API Documentation.