Skip to main content
Beta. AgentSource v2 is in beta. Paths, fields, and timing may still change before GA.
Every endpoint page has a working Try it playground. Requests go to https://api.explorium.ai and use your api_key header, the same as v1.

What AgentSource v2 is

v2 is a redesign of the AgentSource API surface rather than a new product. The same data is available, reached through a more consistent set of endpoints:
  • One path prefix. Every endpoint moves under /v2, replacing its /v1 equivalent.
  • No separate bulk routes. A single endpoint takes either one ID or a list of IDs, so /bulk_enrich disappears.
  • Sync and async for every enrichment. Each enrichment exposes .../enrich for immediate results and .../job for large runs through the async job infrastructure.
  • New Research (GenAI) endpoints. Run a custom, AI-powered research task over a list of businesses or prospects, with your own output schema.
See Conventions for the rules that apply across every endpoint.

Migrating from v1

v2 ships without a hard cutover. v1 keeps running in parallel and is wound down in stages, so you can migrate at your own pace.

What's new

Every change in v2, including removed fields and renamed signals

Migrating from v1

Endpoint mapping and the v1 deprecation timeline

The v2 surface

Core entities

Match, fetch, and stats for businesses and prospects

Business enrichments

17 business enrichments, each sync and async

Prospect enrichments

3 prospect enrichments, each sync and async

Research (GenAI)

Custom AI research tasks with a caller-defined output schema

Async jobs

Submit, poll, and retrieve results for long-running work

Events

Business and prospect events, plus enrollments

Webhooks

Register and verify delivery destinations

Credits

Balance and usage aggregation

Autocomplete

A single consolidated endpoint for all filter values

Release phases

v2 is delivered in two phases. Phase 1 is the full API surface; Phase 2 is an improvements pass. See the release plan for what lands in each.