Company Instant Enrichment (Batch)
Enrichment
Company Instant Enrichment (Batch)
Delivers / data for one or more companies. Returns a request_id for async polling.
POST
Company Instant Enrichment (Batch)
Documentation Index
Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Company Enrichment API delivers structured data for one or more companies across sections such as firmographics, products, funding, headcount, and more. Returns a request_id as a response.Endpoint Details
- Method: POST
- Endpoint:
/api/enterprise/company/enrich/
Authentication Requirements
- Include a valid JWT token in your request header
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Header Parameters
JWT token obtained from the Authentication request
Body Parameters
List of permalinks or URLs of the companies to enrich (e.g.
"tesla-motors", "stripe" or "https://tesla.com")Sections of data to include in the enrichment response. Select one or more values.Supported values:
firmographics, products, headcount, funding, public_company_financials, uk_private_company_financials, acquisitions, investments, website_trafficResponse
A successful response returns arequest_id that can be used to track the status of the request.
Successful Response Fields
Unique identifier for the request posted. Use this with the
/api/enterprise/request/status/ endpoint to check the statusStatus of the request (e.g.
"PENDING")Authorizations
JWT token obtained from the /auth/token/ endpoint.
Body
application/json
List of company permalinks or URLs to enrich.
Example:
["tesla-motors", "stripe"]Sections of data to include in the enrichment response. Select one or more values.
Available options:
firmographics, gtm_and_business_model, headcount, funding, public_company_financials, uk_private_company_financials, acquisitions, investments, website_traffic, products_and_services, product_launches, strategic_initiatives, partnerships, business_model, key_customers, management_profiles, employee_sentiment, product_sentiment Example:
["firmographics"]Optional parameters to customize the output.