Resolve Profile from Email
Resolve a person’s LinkedIn profile, title, company, and location from their email (or name + company / LinkedIn URL) using Octave’s enrichment data. Supports a confidence threshold and an optional thorough effort mode with LLM validation. Charges credits only when a profile is found at or above the requested confidence.
Authorizations
Body
Identifiers to resolve a profile from
Email address to resolve a profile from. The primary identifier for the signup use case.
"jane@acme.com"
Optional first name to improve match accuracy
Optional last name to improve match accuracy
Optional LinkedIn profile URL or slug. When provided it is the strongest identifier.
"https://www.linkedin.com/in/jane-doe"
Optional company name to disambiguate
Optional company domain to disambiguate
Minimum match confidence required for a result to count as found. Matches below this are returned as found=false (no credits charged).
LOW, MEDIUM, HIGH standard does a single exact lookup; thorough adds fallback strategies and an LLM validation pass.
standard, thorough Response
Resolution result (found may be false)
Whether a profile met the confidence threshold
Whether the best match's confidence is >= the requested minConfidence
standard, thorough Credits charged for this call (0 if not found)
Confidence of the (best) match, if any
LOW, MEDIUM, HIGH, null