Skip to main content

Developer Documentation

B2B data infrastructure

Explore guides, API references, and quickstarts on how to build on RevenueBase’s data infrastructure.

Data Access

Explore and discover B2B data

From raw SQL to a no-code browser UI — pick the interface that fits your workflow.

Interact & Build

Make your first API call

Verify an email and get enriched contact data in a single request.

curl -X POST https://api.revenuebase.ai/v1/process-email \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "jane@example.com"}'