Skip to main content

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.

v1 is sunsetting on July 7, 2026. After that date, requests to v1 paths will return 410 Gone. Migrate to v2 before the deadline. View the v1 reference →
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
Organization resolvePOST /v2/company-resolver/resolvePOST /v2/organization/resolve
Organization 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.