Skip to main content
POST
/
enrich-linkedin
Enrich LinkedIn Profile
curl --request POST \
  --url https://api.sixtyfour.ai/enrich-linkedin \
  --header 'Content-Type: application/json' \
  --data '
{
  "linkedin_url": "<string>",
  "struct": {}
}
'
{
  "detail": "Invalid request body"
}

Headers

x-api-key
string | null

Body

application/json
linkedin_url
string
required

Full LinkedIn profile or company URL to enrich.

struct
Struct · object

Mapping of output field name to natural-language description of what to extract.

Response

Successful Response