curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/themes/value_chain/Foundation%20Models"
{
"axis": "value_chain",
"label": "Foundation Models",
"signal_count": 245,
"trend": {
"momentum_wow": 0.15,
"momentum_4w": 0.20,
"acceleration": 0.05,
"z_score": 1.8,
"persistence": 1.0,
"share_of_voice": 0.22,
"share_of_voice_history": [0.18, 0.19, 0.20, 0.22],
"streak": 3,
"current_week": 28,
"prior_week": 24
},
"related_themes": [
{
"axis": "market_force",
"label": "Competitive Dynamics",
"co_occurrence_count": 132
},
{
"axis": "market_force",
"label": "Investment & M&A",
"co_occurrence_count": 87
},
{
"axis": "value_chain",
"label": "AI Infrastructure",
"co_occurrence_count": 76
}
]
}
Retrieve a single theme with trend stats and co-occurring themes
curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/themes/value_chain/Foundation%20Models"
{
"axis": "value_chain",
"label": "Foundation Models",
"signal_count": 245,
"trend": {
"momentum_wow": 0.15,
"momentum_4w": 0.20,
"acceleration": 0.05,
"z_score": 1.8,
"persistence": 1.0,
"share_of_voice": 0.22,
"share_of_voice_history": [0.18, 0.19, 0.20, 0.22],
"streak": 3,
"current_week": 28,
"prior_week": 24
},
"related_themes": [
{
"axis": "market_force",
"label": "Competitive Dynamics",
"co_occurrence_count": 132
},
{
"axis": "market_force",
"label": "Investment & M&A",
"co_occurrence_count": 87
},
{
"axis": "value_chain",
"label": "AI Infrastructure",
"co_occurrence_count": 76
}
]
}
value_chain or market_force.Foundation Models).curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/themes/value_chain/Foundation%20Models"
{
"axis": "value_chain",
"label": "Foundation Models",
"signal_count": 245,
"trend": {
"momentum_wow": 0.15,
"momentum_4w": 0.20,
"acceleration": 0.05,
"z_score": 1.8,
"persistence": 1.0,
"share_of_voice": 0.22,
"share_of_voice_history": [0.18, 0.19, 0.20, 0.22],
"streak": 3,
"current_week": 28,
"prior_week": 24
},
"related_themes": [
{
"axis": "market_force",
"label": "Competitive Dynamics",
"co_occurrence_count": 132
},
{
"axis": "market_force",
"label": "Investment & M&A",
"co_occurrence_count": 87
},
{
"axis": "value_chain",
"label": "AI Infrastructure",
"co_occurrence_count": 76
}
]
}