API Key
Learn how to create and manage API keys for authenticating your requests. In order to create the API key, you should have the account.
Create an API Key
Sign Up / Log In
Visit Datura Console https://console.datura.ai/ and log in to your account. If you don’t have an account, create one first.
Navigate to API Keys
After logging in to Datura Console, go to the API Keys page.
Generate New Key
- Click on the “Generate API Key” button.
- Give your key a name for easy identification.
- Click on the “Generate” button to create the key.
- Copy the key immediately and store it securely. You will not be able to see it again.
API keys are essential for authenticating requests to Desearch’s API. They ensure secure access and help manage usage limits. Follow this guide to create and use your API key effectively.
Using Your API Key
To authenticate requests, include your API key in the Authorization header.
Managing Your API Key
Regenerate Key: If your key is compromised, revoke it and generate a new one.
Delete Key: Remove unused keys to enhance security.
Important API Key Security Practices
✅ Keep your API key secret.
✅ Use environment variables to store keys securely.
✅ Implement rate limiting and monitoring for API usage.