Intelligence dashboard
GET /api/v1/dashboard/intel
Blind spots, competitor intelligence, and market trends.
Authorizations
Responses
200
Successful Response
Response for GET /api/v1/dashboard/intel.
object
Intelligence dashboard payload.
Attributes: competitors: Known competitors and their profiles. blind_spots: Active blind spots requiring attention. market_trends: Relevant market trends.
object
A blind spot surfaced by the discovery engine.
Attributes: id: Unique identifier for the blind spot. category: Domain category (financial/customer/market/etc.). title: Short headline. description: Detailed explanation. severity: How serious the blind spot is. action_recommended: Suggested next step. financial_impact_estimate: Estimated annual USD impact.
object
Summary of a single competitor.
Attributes: name: Competitor name. description: Brief description of the competitor. threat_level: Estimated threat (low/medium/high).
object
A market trend relevant to the business.
Attributes: title: Short headline for the trend. description: Explanation of the trend. relevance_score: How relevant this is to the business (0-1).
object
Standard metadata included in every API response.
Attributes: request_id: Unique identifier for request tracing. timestamp: UTC timestamp of the response.
object
Unique identifier for request tracing
UTC timestamp of the response