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
Content-Type: application/json
Your API key can be found on you API Dashboard
To authenticate, replace YOUR_API_KEY with the actual key from your dashboard. Every endpoint requires it — requests without a valid key are rejected before any work is done.
Beyond a valid key, your account must hold the Purchase and API permission. Without it a request is still accepted, but the worker ends it with status interrupted and reason no purchase permission — no data and no charge. Treat this as a provisioning prerequisite rather than an API error, and check it before going live.