curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/signals/sig_01JABCDEF123456789?include=evidence&verification_detail=full"
{
"signal_id": "sig_01JABCDEF123456789",
"title": "NVIDIA H200 Shipments Surge as Supply Eases",
"url": "https://example.com/article",
"published_at": "2026-01-15T10:00:00Z",
"registrable_domain": "example.com",
"content_type": "analysis",
"tags": {
"value_chain": ["Infrastructure"],
"market_force": ["Competitive Dynamics"]
},
"entities": [
{"entity_id": "org:/nvidia", "name": "NVIDIA", "type": "Organization"}
],
"decomposition": {
"thesis": {
"thesis_id": "thes_01J...",
"text": "NVIDIA's H200 shipments increased significantly in Q4 as supply chain constraints eased across the semiconductor industry.",
"sentences": [
{
"unit": {
"unit_id": "ts_01J...",
"unit_type": "thesis_sentence",
"text": "NVIDIA's H200 shipments increased significantly in Q4.",
"display_order": 1,
"parent_id": "thes_01J..."
},
"verification": {
"final_verdict": "pass",
"verification_path": "auto_pass",
"was_human_reviewed": false,
"scoring_mode": "regression",
"primary_score": 0.8912
}
}
]
},
"arguments": [
{
"argument_id": "arg_01J...",
"sentences": [
{
"unit": {
"unit_id": "as_01J...",
"unit_type": "argument_sentence",
"text": "Supply chain bottlenecks eased following TSMC capacity expansion.",
"display_order": 1,
"parent_id": "arg_01J..."
},
"verification": {
"final_verdict": "pass",
"verification_path": "auto_pass",
"was_human_reviewed": false,
"scoring_mode": "regression",
"primary_score": 0.8234
}
}
],
"claims": [
{
"unit": {
"unit_id": "clm_01J...",
"unit_type": "analysis_claim",
"text": "NVIDIA increased H200 shipments by 40% quarter-over-quarter.",
"display_order": 1,
"parent_id": "arg_01J..."
},
"verification": {
"final_verdict": "pass",
"verification_path": "auto_pass",
"was_human_reviewed": false,
"scoring_mode": "nli",
"primary_score": 0.7421
}
}
]
}
]
}
}
Retrieve the full verified decomposition for a single signal
curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/signals/sig_01JABCDEF123456789?include=evidence&verification_detail=full"
{
"signal_id": "sig_01JABCDEF123456789",
"title": "NVIDIA H200 Shipments Surge as Supply Eases",
"url": "https://example.com/article",
"published_at": "2026-01-15T10:00:00Z",
"registrable_domain": "example.com",
"content_type": "analysis",
"tags": {
"value_chain": ["Infrastructure"],
"market_force": ["Competitive Dynamics"]
},
"entities": [
{"entity_id": "org:/nvidia", "name": "NVIDIA", "type": "Organization"}
],
"decomposition": {
"thesis": {
"thesis_id": "thes_01J...",
"text": "NVIDIA's H200 shipments increased significantly in Q4 as supply chain constraints eased across the semiconductor industry.",
"sentences": [
{
"unit": {
"unit_id": "ts_01J...",
"unit_type": "thesis_sentence",
"text": "NVIDIA's H200 shipments increased significantly in Q4.",
"display_order": 1,
"parent_id": "thes_01J..."
},
"verification": {
"final_verdict": "pass",
"verification_path": "auto_pass",
"was_human_reviewed": false,
"scoring_mode": "regression",
"primary_score": 0.8912
}
}
]
},
"arguments": [
{
"argument_id": "arg_01J...",
"sentences": [
{
"unit": {
"unit_id": "as_01J...",
"unit_type": "argument_sentence",
"text": "Supply chain bottlenecks eased following TSMC capacity expansion.",
"display_order": 1,
"parent_id": "arg_01J..."
},
"verification": {
"final_verdict": "pass",
"verification_path": "auto_pass",
"was_human_reviewed": false,
"scoring_mode": "regression",
"primary_score": 0.8234
}
}
],
"claims": [
{
"unit": {
"unit_id": "clm_01J...",
"unit_type": "analysis_claim",
"text": "NVIDIA increased H200 shipments by 40% quarter-over-quarter.",
"display_order": 1,
"parent_id": "arg_01J..."
},
"verification": {
"final_verdict": "pass",
"verification_path": "auto_pass",
"was_human_reviewed": false,
"scoring_mode": "nli",
"primary_score": 0.7421
}
}
]
}
]
}
}
sig_01JABCDEF123456789).evidence to include evidence snippets per text unit. Each snippet shows a 100-character preview prefix.full for complete verification metadata (scores, thresholds, method).analysis or event.value_chain and market_force arrays.content_type.Show Analysis decomposition
curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/signals/sig_01JABCDEF123456789?include=evidence&verification_detail=full"
{
"signal_id": "sig_01JABCDEF123456789",
"title": "NVIDIA H200 Shipments Surge as Supply Eases",
"url": "https://example.com/article",
"published_at": "2026-01-15T10:00:00Z",
"registrable_domain": "example.com",
"content_type": "analysis",
"tags": {
"value_chain": ["Infrastructure"],
"market_force": ["Competitive Dynamics"]
},
"entities": [
{"entity_id": "org:/nvidia", "name": "NVIDIA", "type": "Organization"}
],
"decomposition": {
"thesis": {
"thesis_id": "thes_01J...",
"text": "NVIDIA's H200 shipments increased significantly in Q4 as supply chain constraints eased across the semiconductor industry.",
"sentences": [
{
"unit": {
"unit_id": "ts_01J...",
"unit_type": "thesis_sentence",
"text": "NVIDIA's H200 shipments increased significantly in Q4.",
"display_order": 1,
"parent_id": "thes_01J..."
},
"verification": {
"final_verdict": "pass",
"verification_path": "auto_pass",
"was_human_reviewed": false,
"scoring_mode": "regression",
"primary_score": 0.8912
}
}
]
},
"arguments": [
{
"argument_id": "arg_01J...",
"sentences": [
{
"unit": {
"unit_id": "as_01J...",
"unit_type": "argument_sentence",
"text": "Supply chain bottlenecks eased following TSMC capacity expansion.",
"display_order": 1,
"parent_id": "arg_01J..."
},
"verification": {
"final_verdict": "pass",
"verification_path": "auto_pass",
"was_human_reviewed": false,
"scoring_mode": "regression",
"primary_score": 0.8234
}
}
],
"claims": [
{
"unit": {
"unit_id": "clm_01J...",
"unit_type": "analysis_claim",
"text": "NVIDIA increased H200 shipments by 40% quarter-over-quarter.",
"display_order": 1,
"parent_id": "arg_01J..."
},
"verification": {
"final_verdict": "pass",
"verification_path": "auto_pass",
"was_human_reviewed": false,
"scoring_mode": "nli",
"primary_score": 0.7421
}
}
]
}
]
}
}
API key for authentication. Include in every request as X-API-Key: gld_your_key_here.
Set to 'evidence' to include full evidence snippets per text unit.
Set to 'full' for complete verification metadata (scores, thresholds, method).
Successful Response
Unique signal identifier.
"sig_01JABCDEF123456789"
Original source URL.
Full verified decomposition tree. Shape varies by content_type (analysis → thesis + arguments, event → summary + claims).
Signal headline.
Publication timestamp (ISO 8601).
Source domain.
"reuters.com"
'analysis' or 'event'.
"analysis"
Author name if available.
Taxonomy tags: value_chain and market_force arrays.
{
"market_force": ["Competitive Dynamics"],
"value_chain": ["AI Infrastructure"]
}
Entities mentioned in this signal.