Turn 2-5 messy candidate contact records into one deduplicated golden record with per-field provenance.
Turn 2-5 messy candidate contact records into one deduplicated golden record with per-field provenance. Composite: one call runs people-enrich + company-enrich + match-key-email + match-key-name + match-key-company + match-score in parallel, then clusters the records that describe the same person and merges them, picking the highest-confidence value per field and keeping track of which input it came from. Send name/email/company/phone variants for the same contact and get back one merged record, a match-confidence score, and a list of field-level conflicts it had to resolve. Use it as an entity resolution API, contact dedupe tool, CRM record merge, or identity-resolution step before writing a lead into a database.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/contact-golden-record | $0.069 | Invoke Contact Golden Record (Email) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/contact-golden-record \
-H 'Content-Type: application/json' \
-d '{}'
# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/contact-golden-record \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs