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": {
"share_of_voice": 0.22,
"theil_sen_slope": 0.12,
"streak": 3,
"coefficient_of_variation": 0.45,
"current_week": 28,
"prior_week": 24,
"chi2_trend": 15.3,
"chi2_p_value": 0.0001,
"effect_size": 0.25
},
"direction": "Rising",
"confidence": "Significant",
"stability": "Steady",
"priority": "High",
"priority_reasoning": "Theme with significant and steady upward trend; reliable signal of a narrative gaining sustained traction.",
"related_themes": [
{
"axis": "market_force",
"label": "Competitive Dynamics",
"co_occurrence_count": 132
},
{
"axis": "market_force",
"label": "Capital & Investment",
"co_occurrence_count": 87
},
{
"axis": "value_chain",
"label": "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": {
"share_of_voice": 0.22,
"theil_sen_slope": 0.12,
"streak": 3,
"coefficient_of_variation": 0.45,
"current_week": 28,
"prior_week": 24,
"chi2_trend": 15.3,
"chi2_p_value": 0.0001,
"effect_size": 0.25
},
"direction": "Rising",
"confidence": "Significant",
"stability": "Steady",
"priority": "High",
"priority_reasoning": "Theme with significant and steady upward trend; reliable signal of a narrative gaining sustained traction.",
"related_themes": [
{
"axis": "market_force",
"label": "Competitive Dynamics",
"co_occurrence_count": 132
},
{
"axis": "market_force",
"label": "Capital & Investment",
"co_occurrence_count": 87
},
{
"axis": "value_chain",
"label": "Infrastructure",
"co_occurrence_count": 76
}
]
}
value_chain or market_force.Foundation Models).value_chain or market_force.Show Trend fields
Rising, Stable, or Declining.Significant or Insignificant.Volatile or Steady.High, Medium, Low, or Negligible.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": {
"share_of_voice": 0.22,
"theil_sen_slope": 0.12,
"streak": 3,
"coefficient_of_variation": 0.45,
"current_week": 28,
"prior_week": 24,
"chi2_trend": 15.3,
"chi2_p_value": 0.0001,
"effect_size": 0.25
},
"direction": "Rising",
"confidence": "Significant",
"stability": "Steady",
"priority": "High",
"priority_reasoning": "Theme with significant and steady upward trend; reliable signal of a narrative gaining sustained traction.",
"related_themes": [
{
"axis": "market_force",
"label": "Competitive Dynamics",
"co_occurrence_count": 132
},
{
"axis": "market_force",
"label": "Capital & Investment",
"co_occurrence_count": 87
},
{
"axis": "value_chain",
"label": "Infrastructure",
"co_occurrence_count": 76
}
]
}
API key for authentication. Include in every request as X-API-Key: gld_your_key_here.
Successful Response
Taxonomy axis: 'value_chain' or 'market_force'.
"value_chain"
Theme label.
"Foundation Models"
Total signals tagged with this theme.
Trend statistics for this theme.
Show child attributes
Themes that frequently co-occur with this theme.
Show child attributes
Interpretation: trend direction (Rising/Stable/Declining) based on theil_sen_slope.
Interpretation: statistical confidence (Significant/Insignificant) based on chi2_p_value.
Interpretation: signal stability (Volatile/Steady) based on coefficient_of_variation.
Derived priority (High/Medium/Low/Negligible) from direction+confidence+stability.
Human-readable explanation of the priority assignment.