Getting Started

Authentication

Secure Access with Bearer Authentication

DeepEnrich API protects your data with Bearer Authentication. Simply include your valid API key in the Authorization header of every request to authenticate securely.Ensure every API request contains this authorization header for seamless access to DeepEnrich services.

How to Include Your API Key in a Request:

Authorization :  Bearer YOUR_API_KEY

Your API key can be found on you API Dashboard

  • API Dashboard Sign up for a DeepEnrich account and try the API for free today!
Using Your API Key Securely

To authenticate, replace YOUR_API_KEY with the actual key from your dashboard. API access will be denied without a valid key, returning a >401 Unauthorized response.

Security Best Practices
  • Keep it private – Never share your API key publicly.
  • Regenerate if compromised – If you suspect unauthorized access, immediately generate a new key from your dashboard.