Skip to main content
POST

Authorizations

X-API-Key
string
header
required

API key for authentication. Obtain your API key via the web application.

Body

application/json

Request body for enriching profiles

people_ids
string<uuid>[]
required

List of people IDs to enrich (max 50 per request)

Required array length: 1 - 50 elements

UUID v4 identifier

Example:
enrichment_type
enum<string>
required

Type of enrichment data to retrieve

Available options:
email,
phone,
award,
publication,
membership,
patent

Response

Enrichment completed successfully

success
boolean
required
request_id
string<uuid>
required
processing_time_ms
integer
required
data
object

Response data for POST /enrichment/profiles. Metadata is returned at the envelope level, not nested here.

metadata
object

Metadata for POST /enrichment/profiles

error
null