Industry Deep Intelligence
Enrichment
Industry Deep Intelligence
Generates structured insights for a given industry or sector. Returns a request_id for async polling.
POST
Industry Deep Intelligence
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 Industry Insights API generates structured insights for a given industry topic (e.g., “Warehouse automation”). Optionally, you can refine the output by specifying sections, keywords, geography, a custom industry definition, and sample companies. Returns arequest_id as a response.
Endpoint Details
- Method: POST
- Endpoint:
/api/enterprise/industry/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
The industry topic to generate insights for (e.g.
"Enterprise SaaS security")Sections to include in the report. Select one or more values.Supported values:
market_size, quant_insights, trends_and_innovations, transactions_mna, transactions_fundraising, transactions_ipo, partnerships, tier1_intelligence, case_studies, industry_regulationsOptional filter parameters. All fields inside are optional.
Keywords to focus the analysis on (e.g.
"zero trust", "SIEM")Geographic scope as ISO country codes (e.g.
["USA", "GBR"])A custom definition of the industry to guide report generation
Permalinks of representative companies in the industry
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
The industry topic to generate insights for.
Example:
"Enterprise SaaS security"
Sections to include in the report. Select one or more values.
Available options:
market_size, quant_insights, trends_and_innovations, transactions_mna, transactions_fundraising, transactions_ipo, partnerships, tier1_intelligence, case_studies, industry_regulations Example:
[
"market_size",
"trends_and_innovations",
"transactions_mna"
]Optional filter parameters.