Skip to main content
Base URL: https://api.revenuebase.ai v2 restructures and cleans up the v1 API surface: endpoints are grouped by resource, URLs are consistent, and batch workflows use a unified job model.

What’s new in v2

Areav1v2
AccountGET /v1/credits, GET /v1/new-api-keyGET /v2/account/balance, POST /v2/account/api-keys/rotate
Email — singlePOST /v1/process-emailPOST /v2/email/validate
Email — batchPOST /v1/batch-upload + POST /v1/batch-process-emailPOST /v2/email/validate/batch
Job statusPOST /v1/batch-process-email-statusGET /v2/jobs/{process_id}
Job listGET /v1/queued-processGET /v2/jobs
Cancel jobPOST /v1/cancel-processPOST /v2/jobs/{process_id}/cancel
Download resultsPOST /v1/batch-downloadGET /v2/jobs/{process_id}/download
Company resolvePOST /v2/company-resolver/resolvePOST /v2/organization/resolve
Company discoverPOST /v2/company-resolver/discoveryPOST /v2/organization/discover

Authentication

Same as v1 — include your API key in the x-key header on every request. See Authentication.

v1 sunset

v1 endpoints remain available until July 7, 2026. After that date, requests to v1 paths will return 410 Gone. Plan to migrate to v2 before the sunset date.