Skip to main content
POST
/
v1
/
businesses
/
pc_strategy_10k
/
enrich
Pc Strategy 10K
curl --request POST \
  --url https://api.explorium.ai/v1/businesses/pc_strategy_10k/enrich \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '{
  "request_context": {},
  "parameters": {},
  "business_id": "<string>"
}'
{
  "response_context": {
    "correlation_id": "<string>",
    "request_status": "success",
    "time_took_in_seconds": 123
  },
  "data": {
    "form_description": "<string>",
    "link_to_html": "<string>",
    "accession_number": "<string>",
    "form_type": "<string>",
    "target_market": [
      "<string>"
    ],
    "company_value_proposition": [
      "<string>"
    ],
    "company_focus": [
      "<string>"
    ],
    "cik": "<string>",
    "company_name": "<string>",
    "filed_at": "2023-11-07T05:31:56Z",
    "link_to_filing_details": "<string>",
    "company_partnerships": [
      "<string>"
    ],
    "company_product_development": [
      "<string>"
    ],
    "company_marketing_sales": [
      "<string>"
    ],
    "ticker": "<string>"
  },
  "entity_id": "<string>"
}

Description

The Strategic Insights Enrichment endpoint provides in-depth information on the strategic direction, operational focus, and value proposition of public companies. This dataset is valuable for investors, corporate strategists, and competitive analysts aiming to understand a company’s market positioning and future plans. The data includes:
  • Target markets and primary business focus areas.
  • Value proposition highlighting key differentiators and competitive strengths.
  • Partnerships and supplier relationships to understand ecosystem dependencies.
  • Product development and innovation strategies.
  • Sales and marketing priorities to evaluate business growth plans.
This information is sourced from regulatory filings, earnings reports, and official company disclosures to provide a comprehensive understanding of a company’s strategic roadmap.
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves strategic insights, partnerships, and growth plans from company reports.
  • Output: A structured response summarizing corporate focus, product development, and market positioning.
  • Use strategic insights to assess a company’s market positioning and growth strategy.
  • Analyze product development trends to understand innovation pipelines and investment focus.
  • Leverage partnership data to identify key supply chain dependencies and alliances.
  • Compare value propositions across competitors to evaluate differentiation strategies.
SignalAPINameDescriptionData Type
insight_categoryInsight categoryCategory of strategic insight.string
insight_descriptionInsight descriptionDetailed description of the insight.string
relevance_scoreRelevance scoreScore indicating relevance of the insight.number
confidence_levelConfidence levelConfidence level in the insight.string
data_sourcesData sourcesSources used to derive the insight.string
last_updatedLast updatedDate when the insight was last updated.date
trend_directionTrend directionDirection of the trend (positive, negative, stable).string
impact_assessmentImpact assessmentAssessment of the potential impact.string
time_horizonTime horizonTime horizon for the insight.string
market_contextMarket contextMarket context for the insight.string
competitive_implicationsCompetitive implicationsCompetitive implications of the insight.string
risk_factorsRisk factorsRisk factors associated with the insight.string
opportunitiesOpportunitiesOpportunities identified by the insight.string
recommendationsRecommendationsStrategic recommendations based on the insight.string
key_metricsKey metricsKey metrics supporting the insight.string
For additional enrichment options, explore related API endpoints below.

Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793

Authorizations

api_key
string
header
required

Body

application/json
business_id
string
required
request_context
object
parameters
object

Response

Successful Response

This is base response model for all responses in partner service.

response_context
object
required
data
entity_id
I