Introduction

Getting Started

  1. Get invited. Your Delivr contact creates your organization and emails an invitation. Accept it and sign in at app.delivr.ai. Inviting more teammates is self-serve from there.
  2. Authentication: create an organization API key + secret at https://app.delivr.ai/{org_id}/settings/api-keys
  3. Account Setup: create a project and pixel

Then pick a path:


Knowledge

Concepts and reference material. No API calls required. Read these first to understand how the platform works.

PageDescription
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
Event Types ReferenceWhat each pixel event captures (page views, clicks, scrolls, copies)
Building Audience FiltersFilter structure, available fields, operators, and practical examples
Reading Parquet FilesHow to convert audience downloads to CSV or open in Excel
Pixel Platform CompatibilityWhich platforms support the pixel, which don't, and how to check

API Reference

On-Domain Events (Pixel)

Install a pixel on your website and query visitor events in real-time.

On-Domain Events API

Intent Audiences

Create intent-based audiences from our topic catalog and download the results.

Intent Audiences API

Taxonomy

Browse the intent topic catalog (19,500+ topics across 34 categories). Use topic IDs when creating audiences.

Taxonomy API

UID2 Conversion

Convert SHA-256 hashed emails to UID2 tokens for privacy-compliant advertising.

UID2 Conversion API


Guides

Step-by-step recipes for common tasks.

GuideDescription
Create an Intent AudienceEnd-to-end: browse topics, create, poll, download
Export Events to CSVPaginate and export visitor data to CSV
High-Intent VisitorsDaily lead list from pricing/demo page visitors
Company Surge ReportIdentify companies with increased site activity
White Label Pixel SetupHost the resolution pixel on your own domain
Building an Audience Builder UIDynamic filter UI using Field Catalog API + Audiences API
Pixel Platform CompatibilityWhich platforms support pixel installation and identity resolution
SPA Pixel IntegrationInstall the pixel in React, Next.js, Vue, and other single-page apps

API Hosts

HostUsed ForAuth
apiv3.delivr.aiData APIs: events (v2), audiences, taxonomy, identity lookupX-Api-Key + X-Api-Secret
api.delivr.aiApp, project, pixel management (Partner API), field catalog, UID2 conversionPlatform JWT + X-Delivr-Client-ID/Secret
apiv2.delivr.aiLegacy. Use apiv3 for all new integrations(legacy)

New integrations should use apiv3.delivr.ai with an organization API key + secret pair, and the v2 events endpoints (/api/v2/events*). Migrating from apiv2? See the API Migration Guide. For a full comparison of all three hosts, see the API Host Comparison.