curl --request GET \
--url https://api.example.com/api/cadence{
"weeklySummary": {},
"monthlySummary": {},
"alignmentStatus": "<string>",
"mismatchedConstraints": [
{
"constraint": "<string>",
"weeklyValue": "<any>",
"monthlyValue": "<any>",
"severity": "<string>"
}
],
"generatedAt": "<string>",
"version": "<string>"
}Cross-timeframe regime alignment validation
curl --request GET \
--url https://api.example.com/api/cadence{
"weeklySummary": {},
"monthlySummary": {},
"alignmentStatus": "<string>",
"mismatchedConstraints": [
{
"constraint": "<string>",
"weeklyValue": "<any>",
"monthlyValue": "<any>",
"severity": "<string>"
}
],
"generatedAt": "<string>",
"version": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zz-plant/whether/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/cadence
"ALIGNED" - Weekly and monthly assessments are consistent"MISALIGNED" - Discrepancies detected between timeframes"DIVERGENT" - Significant contradiction in regime signalscurl https://your-domain.com/api/cadence
{
"weeklySummary": {
"copy": "This week shows expansion regime with base rate at 4.15%...",
"structured": {
"regime": "EXPANSION",
"constraints": ["NONE"]
}
},
"monthlySummary": {
"copy": "March 2026 demonstrates expansion characteristics...",
"structured": {
"regime": "EXPANSION",
"constraints": ["NONE"]
}
},
"alignmentStatus": "ALIGNED",
"mismatchedConstraints": [],
"generatedAt": "2026-03-03T10:00:00Z",
"version": "v1"
}
{
"weeklySummary": {
"copy": "This week shows late-cycle signals...",
"structured": {
"regime": "LATE_CYCLE",
"constraints": ["DEFER_MAJOR_CAPEX"]
}
},
"monthlySummary": {
"copy": "March 2026 demonstrates expansion characteristics...",
"structured": {
"regime": "EXPANSION",
"constraints": ["NONE"]
}
},
"alignmentStatus": "MISALIGNED",
"mismatchedConstraints": [
{
"constraint": "regime_classification",
"weeklyValue": "LATE_CYCLE",
"monthlyValue": "EXPANSION",
"severity": "HIGH"
},
{
"constraint": "capex_guidance",
"weeklyValue": "DEFER_MAJOR_CAPEX",
"monthlyValue": "PROCEED_NORMAL",
"severity": "MEDIUM"
}
],
"generatedAt": "2026-03-03T10:00:00Z",
"version": "v1"
}
mismatchedConstraints for specifics. Consider waiting for next update before major decisions.