Skip to main content

Start creator enrichment

POST 

/v1/creators/enrich

Start LinkedIn profile enrichment for a creator selection. Requires a user-scoped key.

Selection (provide exactly one): creator_ids (array of UUIDs), result_set_id (string), or result_set_ids (array). creator_ids takes precedence. This endpoint does NOT accept creators: [{ profile_url }].

Synchronous completion: if every requested creator is already enriched, the response is 200 with jobs_created: 0 and all_complete: true — no job IDs are returned. Otherwise the response is 202. Enrichment results are retrieved via POST /v1/enrichments/results using creator_ids (there is no per-job polling for enrichment). Costs 1 credit per profile enriched.

Request

Responses

All requested creators were already enriched — no jobs created. Fetch results via POST /v1/enrichments/results with creator_ids.