Skip to main content
POST
Enrich Person
20 Credits All Paid Plans Beta Feature

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>. Keys have full access by default.

Body

application/json

Identity clues for one person. Provide a person email, a person-profile social URL, or both first and last name with company, education, or location. All supplied clues are considered together.

social_urls
string<uri>[]
Required array length: 1 - 20 elements
name
object
email
string<email>
Maximum string length: 320
company
object
education
object[]
Required array length: 1 - 10 elements
location
object
timeoutOpts
object

Optional request deadline and behavior on timeout. For GET requests, use timeoutOpts[milliseconds]=30000&timeoutOpts[behavior]=fail or a JSON-encoded timeoutOpts object.

zdr
enum<string>

Set to enabled to bypass shared caches and omit request and response content from retained usage logs. Asset uploads are skipped, so hosted image URLs are omitted. Requires zero data retention to be enabled for your organization (contact [email protected]), otherwise the request fails with ZDR_NOT_ENABLED. Successful ZDR responses include X-Context-ZDR: true.

Available options:
enabled,
disabled
tags
string[]

Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

Maximum array length: 20
Required string length: 1 - 50
Example:

Response

The highest-scoring candidate, including weak matches, or a not-found result when no usable candidate exists.

match
Candidate match · object
required

The highest-scoring person candidate.

request_id
string<uuid>
required

Unique id of this API call, also sent in the X-Request-Id response header. Quote it when contacting support about a failed request.

Example:

"3f1c2a6e-8b4d-4c1e-9f0a-2d7b5e6c8a91"

partial
boolean

True when the timeout ended processing and this response contains the usable data completed so far. Unfinished fields are omitted.

key_metadata
object

Credit usage, included whenever a valid API key is provided.