Skip to main content
GET
https://api.gildea.ai
/
v1
/
signals
/
{signal_id}
curl -H "X-API-Key: gld_your_key" \
  "https://api.gildea.ai/v1/signals/sig_01JABCDEF123456789"
{
  "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": ["AI Infrastructure"],
    "market_force": ["Supply & Demand"]
  },
  "entities": [
    {"entity_id": "ent_01J...", "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
            }
          }
        ]
      }
    ]
  }
}
signal_id
string
required
Unique signal identifier (e.g., sig_01JABCDEF123456789).
include
string
Set to evidence to include full evidence snippets per text unit.
verification_detail
string
Set to full for complete verification metadata (scores, thresholds, method).
curl -H "X-API-Key: gld_your_key" \
  "https://api.gildea.ai/v1/signals/sig_01JABCDEF123456789"
{
  "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": ["AI Infrastructure"],
    "market_force": ["Supply & Demand"]
  },
  "entities": [
    {"entity_id": "ent_01J...", "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
            }
          }
        ]
      }
    ]
  }
}