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
- 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.
- 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. - 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.
| Page | What it covers |
|---|---|
| Person-Level vs Account-Level Intent | How Delivr identifies the person, not just the company |
| How Identity Resolution Works | The pixel-to-person pipeline: cookies, identity graph, enrichment |
| Understanding Resolution Rates | Why your resolution rate looks low and what it actually means |
| Understanding Segmentation Types | Persona 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 group | Auth |
|---|---|
| Data APIs (events, audiences, taxonomy, identity lookup, field catalog) and reading/updating your organization | X-Api-Key + X-Api-Secret |
| Account provisioning (Partner API): creating organizations, projects, and pixels, and managing members | Platform JWT + X-Delivr-Client-ID/Secret |
Use
api.delivr.aiwith an organization API key + secret and the v2 events endpoints (/api/v2/events*). The legacyapiv2.delivr.aiandapiv3.delivr.aihosts still resolve to the same backend, so existing integrations need no changes.
