Base URL:Documentation Index
Fetch the complete documentation index at: https://docs.revenuebase.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
Endpoints
User Operations- GET /v1/credits — Check credit balance
- GET /v1/new-api-key — Rotate your API key
- POST /v1/process-email — Verify a single email address
- POST /v1/batch-upload — Upload a list for batch processing
- POST /v1/batch-process-email — Start a batch verification job
- POST /v1/batch-process-email-status — Check batch job status
- GET /v1/queued-process — List queued jobs
- POST /v1/cancel-process — Cancel a running job
- POST /v1/batch-download — Download batch results
