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": {},
  "model_override": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sixtyfour.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.

model_override
string | null

Override the default LLM used for extraction.

Response

Successful Response