Skip to content

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
data
required

Intelligence dashboard payload.

Attributes: competitors: Known competitors and their profiles. blind_spots: Active blind spots requiring attention. market_trends: Relevant market trends.

object
blind_spots
Array<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
action_recommended
string
""
category
required
string
description
required
string
financial_impact_estimate
number
id
required
string
severity
string
default: medium
title
required
string
competitors
Array<object>

Summary of a single competitor.

Attributes: name: Competitor name. description: Brief description of the competitor. threat_level: Estimated threat (low/medium/high).

object
description
string
""
name
required
string
threat_level
string
default: medium
market_trends
Array<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
description
string
""
relevance_score
number
default: 0.5 <= 1
title
required
string
meta

Standard metadata included in every API response.

Attributes: request_id: Unique identifier for request tracing. timestamp: UTC timestamp of the response.

object
request_id

Unique identifier for request tracing

string
timestamp

UTC timestamp of the response

string format: date-time