curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/entities/NVIDIA"
{
"entity_id": "org:/nvidia",
"display_name": "NVIDIA",
"type_primary": "Organization",
"wikipedia_url": "https://en.wikipedia.org/wiki/Nvidia",
"signal_count": 156,
"first_seen": "2025-10-03T00:00:00Z",
"last_seen": "2026-02-14T00:00:00Z",
"trend": {
"share_of_voice": 0.12,
"theil_sen_slope": 0.15,
"streak": 4,
"coefficient_of_variation": 0.65,
"current_week": 15,
"prior_week": 10,
"source_diversity": 12,
"recency_score": 0.95,
"mk_tau": 0.78,
"mk_p_value": 0.002
},
"scale": "High",
"direction": "Rising",
"confidence": "Significant",
"stability": "Steady",
"priority": "High",
"priority_reasoning": "High-scale entity with significant upward trend and steady coverage; reliable signal of growing dominance.",
"content_type_mix": {"analysis": 90, "event": 66},
"value_chain_distribution": {"Infrastructure": 80, "Foundation Models": 45},
"market_force_distribution": {"Competitive Dynamics": 70, "Capital & Investment": 50},
"related_entities": [
{
"entity_id": "org:/tsmc",
"name": "TSMC",
"type": "Organization",
"co_occurrence_count": 28
},
{
"entity_id": "org:/amd",
"name": "AMD",
"type": "Organization",
"co_occurrence_count": 22
}
]
}
Retrieve full entity profile with co-occurring entities
curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/entities/NVIDIA"
{
"entity_id": "org:/nvidia",
"display_name": "NVIDIA",
"type_primary": "Organization",
"wikipedia_url": "https://en.wikipedia.org/wiki/Nvidia",
"signal_count": 156,
"first_seen": "2025-10-03T00:00:00Z",
"last_seen": "2026-02-14T00:00:00Z",
"trend": {
"share_of_voice": 0.12,
"theil_sen_slope": 0.15,
"streak": 4,
"coefficient_of_variation": 0.65,
"current_week": 15,
"prior_week": 10,
"source_diversity": 12,
"recency_score": 0.95,
"mk_tau": 0.78,
"mk_p_value": 0.002
},
"scale": "High",
"direction": "Rising",
"confidence": "Significant",
"stability": "Steady",
"priority": "High",
"priority_reasoning": "High-scale entity with significant upward trend and steady coverage; reliable signal of growing dominance.",
"content_type_mix": {"analysis": 90, "event": 66},
"value_chain_distribution": {"Infrastructure": 80, "Foundation Models": 45},
"market_force_distribution": {"Competitive Dynamics": 70, "Capital & Investment": 50},
"related_entities": [
{
"entity_id": "org:/tsmc",
"name": "TSMC",
"type": "Organization",
"co_occurrence_count": 28
},
{
"entity_id": "org:/amd",
"name": "AMD",
"type": "Organization",
"co_occurrence_count": 22
}
]
}
NVIDIA or org:/nvidia).org:/nvidia).Show Trend fields
High, Medium, or Low.Rising, Stable, Declining, or New. Null if fewer than 8 mentions.Significant or Insignificant.Volatile or Steady.High, Medium, Low, or Negligible.curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/entities/NVIDIA"
{
"entity_id": "org:/nvidia",
"display_name": "NVIDIA",
"type_primary": "Organization",
"wikipedia_url": "https://en.wikipedia.org/wiki/Nvidia",
"signal_count": 156,
"first_seen": "2025-10-03T00:00:00Z",
"last_seen": "2026-02-14T00:00:00Z",
"trend": {
"share_of_voice": 0.12,
"theil_sen_slope": 0.15,
"streak": 4,
"coefficient_of_variation": 0.65,
"current_week": 15,
"prior_week": 10,
"source_diversity": 12,
"recency_score": 0.95,
"mk_tau": 0.78,
"mk_p_value": 0.002
},
"scale": "High",
"direction": "Rising",
"confidence": "Significant",
"stability": "Steady",
"priority": "High",
"priority_reasoning": "High-scale entity with significant upward trend and steady coverage; reliable signal of growing dominance.",
"content_type_mix": {"analysis": 90, "event": 66},
"value_chain_distribution": {"Infrastructure": 80, "Foundation Models": 45},
"market_force_distribution": {"Competitive Dynamics": 70, "Capital & Investment": 50},
"related_entities": [
{
"entity_id": "org:/tsmc",
"name": "TSMC",
"type": "Organization",
"co_occurrence_count": 28
},
{
"entity_id": "org:/amd",
"name": "AMD",
"type": "Organization",
"co_occurrence_count": 22
}
]
}