https://api.revenuebase.ai
The RevenueBase API lets you verify email addresses, resolve and search companies, and manage your account programmatically. All responses are in JSON format.
Before you begin
Create an account
Go to app.revenuebase.ai and create a RevenueBase account.
Get an API key
In the dashboard, go to Settings → API Keys and create a key. Copy it — you won’t see it again after closing the dialog.
What you can do
| Product | What it does | Endpoints |
|---|---|---|
| Email Verification | Validate deliverability, detect role accounts and risk, process lists in bulk | POST /v1/process-email, POST /v1/batch-process-email |
| Company Match | Resolve company names to canonical records, search companies by keyword | POST /v2/company-resolver/resolve, POST /v2/company-resolver/discovery |
| User Operations | Check credit balance, rotate API keys | GET /v1/credits, GET /v1/new-api-key |
API versions
- v1 — General Availability: Includes email verification and user operations
- v2 — Research Preview: Includes beta endpoints such as company resolver and discovery
/v1/process-email, /v2/company-resolver/resolve).
The endpoint reference in this tab is generated from the OpenAPI spec. Use the interactive playground on each endpoint page to send live requests with your API key.
Next steps
Authenticate a request
API key setup, security practices, and managing multiple keys.
Rate limits and errors
Limits per key, backoff strategy, and all error codes.
Verify email addresses
Real-time and batch email verification.
Match and discover companies
Resolve company names and search by keyword or theme.
