Company Instant Enrichment (Batch)
Enrichment
Company Deep Intelligence
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 Insights API delivers structured insights for one or more companies across sections such as products & services, product launches, strategic initiatives, partnerships, and more. Optionally, you can customize the output by specifying which sections to include and defining custom fields with your own prompts. Returns arequest_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 output. Select one or more values.Supported values:
products_and_services, product_launches, strategic_initiatives, partnerships, business_model, key_customers, management_profiles, employee_sentiment, product_sentimentOptional parameters to customize the output.
List of custom fields to compute for each company.
Name of the custom field (e.g.
"AI Readiness")Data type of the field. Supported value:
textPrompt used to generate the custom field value (e.g.
"Rate this company's AI readiness on a scale of 1-10 with reasoning")Response
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.