Person enrichment
Enrich from a profile URL
JSON array of professional profile URLs. Optional limit_per_item (default 1, max 10). One credit per item where success is true. creditsRemaining may be null on unlimited plans.
POST/api/v1/enrich/from-linkedin
Batches are capped at 100 items per request; a larger batch returns 400.
Authorization
| Header | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | required | Your API key, for example lb_live_YOUR_API_KEY. You can send the same key as Authorization: Bearer instead. |
Body parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
items | array | required | Each element must include linkedin_url (string). | |
limit_per_item | number | optional | 1 | Matches per URL (default 1, max 10). |
Response
okboolean- True when the request succeeded.
resultsarray- One result object for each item you sent, in the same order.
creditsRemainingnumber- Plan credits left after this request. Null on unlimited plans.