If a request includes a deleted or expired key, Deepvue returns an authentication error.
Accessing Your API Keys
You can find and manage your API keys from the Deepvue Dashboard. To access your keys:- Log in to the Deepvue Dashboard
- Navigate to the Credentials section
- Copy your API keys for integration
API Key Types
Deepvue provides different API keys depending on your account type:-
Trial account keys
Prefixed withfree_tier -
Live account keys
Prefixed withlivefollowed by your organization ID
HTTPS Requirement
All API requests must be made over HTTPS.Requests made over plain HTTP will fail.
Requests without authentication will also fail.
Requests without authentication will also fail.
Keeping Your API Keys Safe
Anyone with access to your live API key can make API calls on behalf of your account. To protect your account, follow these best practices:- Grant access only to users who absolutely need it
- Never store API keys in a version control system
- Use a password manager or secrets management service
- Do not embed API keys in client-side code such as mobile or browser applications
- Rotate keys periodically to reduce risk
Viewing API Request Logs
You can view detailed logs of all API requests made using your keys. To access API request logs:- Open the Deepvue Dashboard
- Click on API Logs
- Select the required date range and products
API logs help you monitor usage, debug integration issues, and track request activity across your applications.