Parse & enrich endpoints
Synchronous calls that take raw signature text and return a structured, enriched contact in one round trip. Idempotent, versioned, rate-limit friendly.
Send a signature, get back a structured contact. Subscribe to a stream of relationship events. Mirror clean records into your warehouse. The same engine behind Evercontact, exposed for your stack.
Synchronous calls that take raw signature text and return a structured, enriched contact in one round trip. Idempotent, versioned, rate-limit friendly.
Subscribe to contact.created, contact.updated, and company.linked events and react the instant a relationship changes.
A managed mirror keeps a clean copy of every contact record in your data warehouse, refreshed on a schedule you control.
First-party libraries for Node, Python, and Go, with full TypeScript types and examples to get you to first call in minutes.
| Method | Endpoint | Returns |
|---|---|---|
| POST | /v1/parse | Structured contact extracted from a signature block. |
| POST | /v1/enrich | A known contact completed with title, company, and verified detail. |
| GET | /v1/contacts/:id | The canonical, deduplicated record for a person. |
| POST | /v1/webhooks | Register an endpoint to receive relationship events. |
| GET | /v1/events | A paginated stream of contact and company changes. |
Tell us what you're building and we'll set you up with API keys, docs, and a sandbox to test against.