Analyze whether one stored source observation addresses a claim
Claim Support is bounded model-assisted judgment. It evaluates a claim against one fixed current stored GoGuides source observation. It does not synchronously fetch the target and it does not rewrite the underlying observation.
Request
POST /claim-support
Content-Type: application/json
{
"url": "https://example.com/source",
"claim": "The claim to test against the stored source observation."
}
The endpoint is POST-only. See the OpenAPI contract for the complete request and response schema.
Verdict states
supported
The bounded analysis finds the stored source supports the claim under the documented analysis contract.
contradicted
The stored source contains evidence that conflicts with the tested claim.
unaddressed
The stored source does not address the tested proposition.
insufficient_evidence
The available stored evidence cannot support a stronger verdict.
source_unavailable
The required fixed stored source observation is unavailable to the analysis contract.
Lifecycle and feedback
Persisted analyses have lifecycle state. Consumers can inspect GET /claim-support/status/{analysis_id} and authorized clients can submit structured feedback through POST /claim-support/feedback.
Status polling is observational: it does not crawl the source, create a URL Request, trigger re-analysis, or silently rewrite a historical verdict.