Introduction

Delivr is a person-based intent platform: it identifies who at a company is researching your topics, not just the account. These docs are organized around what you want to do.

Get started

  1. Get invited. Your Delivr contact creates your organization and emails an invitation. Accept it and sign in at app.delivr.ai; inviting teammates is self-serve.
  2. Authentication: create an organization API key + secret at https://app.delivr.ai/{org_id}/settings/api-keys. One key + secret pair (X-Api-Key + X-Api-Secret) authenticates every data API.
  3. Account Setup: create a project and a pixel.

Pick your path

Identify site visitors

Install the pixel and see the people and companies behind your traffic.
Install the pixel & query events · SPA integration · White-label pixel

Build intent audiences

Find the people in-market for your topics, then export them.
Build an intent audience · Browse the taxonomy · Filterable fields · Recipe: end-to-end

Activate

Turn results into lead lists and reports.
Export events to CSV · Daily high-intent visitors · Company surge report

New here? Start with the concepts

No API calls required. These explain how the platform works.

PageWhat it covers
Person-Level vs Account-Level IntentHow Delivr identifies the person, not just the company
How Identity Resolution WorksThe pixel-to-person pipeline: cookies, identity graph, enrichment
Understanding Resolution RatesWhy your resolution rate looks low and what it actually means
Understanding Segmentation TypesPersona vs Account vs Audience

API reference & host

Full endpoint docs are in the API Reference, grouped the same way: Pixel Tracking, Events & Identity, Intent Audiences, Company & People Intent, Lists & Campaigns, Account, and Platform Management.

Everything is served from a single host, api.delivr.ai:

Endpoint groupAuth
Data APIs (events, audiences, taxonomy, identity lookup, field catalog) and reading/updating your organizationX-Api-Key + X-Api-Secret
Account provisioning (Partner API): creating organizations, projects, and pixels, and managing membersPlatform JWT + X-Delivr-Client-ID/Secret

Use api.delivr.ai with an organization API key + secret and the v2 events endpoints (/api/v2/events*). The legacy apiv2.delivr.ai and apiv3.delivr.ai hosts still resolve to the same backend, so existing integrations need no changes.