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 Developers located on the sidebar and copy the Production API Key.
Endpoints
User OperationsGET /v1/credits— Check credit balanceGET /v1/new-api-key— Rotate your API key
POST /v1/process-email— Verify a single email addressPOST /v1/batch-upload— Upload a list for batch processingPOST /v1/batch-process-email— Start a batch verification jobPOST /v1/batch-process-email-status— Check batch job statusGET /v1/queued-process— List queued jobsPOST /v1/cancel-process— Cancel a running jobPOST /v1/batch-download— Download batch results
