---
title: "Company Intelligence (Sync)"
method: POST
path: "/company-intelligence"
tags: ["Enrichment"]
---

# Company Intelligence (Sync)

`POST /company-intelligence`

Find and enrich a single company.

## Headers

- `x-api-key` string, nullable

## Request body

- EnrichCompanyInfo
  - `struct` object, required — Mapping of output field name to natural-language description of what to extract.
  - `find_people` boolean — If true, also discover key people at the company.
  - `people_focus_prompt` string, nullable — Natural-language description of which people to surface when find_people=true.
  - `lead_struct` object, nullable — Output schema for each discovered person when find_people=true.
  - `research_plan` string, nullable — Optional natural-language plan that guides the research agent.
  - `tier` 'low' | 'micro' | 'medium' | 'high', nullable — Quality and cost tier for the research agent.
  - `full_org_chart` boolean — If true, return the full org chart instead of a focused list.
  - `webhook_url` string, uri, nullable — HTTPS URL that receives the result payload when the async job completes.
  - `field_confidence` boolean, nullable — If true, return confidence scores for each requested output field.
  - `target_company` object, required — Company identifiers (e.g. company_name, domain, linkedin).

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Request was rejected by the route's validation rules.
- `401` — Missing or invalid API key.
- `402` — Insufficient credits or no active subscription for this organization.
- `403` — Tier or feature not enabled for this organization.
- `404` — Async enrichment job not found.
- `422` — Request body failed validation.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error. Retry with backoff.

---

[API](https://skmtc.net/sixtyfour/apis/sixtyfour-api.md) · [All operations](https://skmtc.net/sixtyfour/apis/sixtyfour-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sixtyfour/sixtyfour-api/versions/51f0a2b62b44/schema)
