Skip to main content
The DataLane API turns a list of account IDs into an enriched campaign and a downloadable CSV of accounts and contacts. Use it to drive enrichment from your own systems, such as CRM jobs, internal tooling, or scheduled pipelines. Campaigns created in the DataLane app are readable through the API, but they are enriched and exported in the app.

Run your first enrichment

Create, enrich, monitor, and export a campaign in Python.

Explore the API

Schemas, responses, and an interactive playground.

The workflow

  1. Create a campaign from account UUIDs.
  2. Enrich it. Credits are charged at this step, one per eligible account.
  3. Poll until the status is enriched.
  4. Export the results as a CSV download.
Every endpoint is a POST under https://api.datalane.com, authenticated with a bearer API key. Responses share one envelope: the resource under data on success, or a machine-readable code under error. Errors and retries lists every code and which ones to retry.