Skip to main content
POST
Resolve Company

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
seed
string
required

A URL, a bare domain, or a company name.

Required string length: 1 - 500

Response

Successful Response

name
string | null
domain
string | null
website
string | null
industry
enum<string> | null

Account industry taxonomy — keep in sync with frontend industry-options.ts.

Pydantic renders this as a JSON-schema enum, so it is at once the API validation, the constraint handed to the AI, and the account form's option list. StrEnum so members serialize as their labels.

Available options:
Food & Beverage,
Technology,
Healthcare,
Financial Services,
Retail,
Manufacturing,
Professional Services,
Real Estate,
Education,
Media & Entertainment,
Transportation & Logistics,
Energy,
Agriculture,
Construction,
Hospitality & Travel,
Other
description
string | null
linkedin_url
string | null
location
string | null
phone
string | null
estimated_num_employees
integer | null
annual_revenue
number | null
technologies
string[] | null
enrichment_source
enum<string> | null

Which path produced this — for debugging, not display.

Available options:
perplexity,
model_inference,
domain_parse
schema_version
integer
default:1