Skip to main content
POST
Add profiles to project

Authorizations

Authorization
string
header
required

API key starting with leo_

Body

application/json
project_id
string<uuid>
required

Target project ID. Profiles are added to the first stage of this project's pipeline.

profiles
object[]
required

Profile objects from search results. Pass them directly from the search response for maximum data capture. Key fields that enrich the contact record:

  • experiences → stored as work history (positions)
  • educations → stored as education history (schools)
  • skills → stored as skills list
  • summary → stored as professional bio
  • picture_url → stored as contact avatar
  • location → stored as contact location
  • current_job → sets the contact's job title and company
Required array length: 1 - 100 elements
account_id
string<uuid>

Connected LinkedIn account ID. Required when resolve_names is true. Get it from GET /connected-accounts.

resolve_names
boolean
default:false

When true, automatically resolves missing first_name/last_name via LinkedIn profile lookup for profiles that have a linkedin_url. Requires account_id. Recommended when using LinkedIn Classic search results which often return null names.

Response

Profiles added

data
object