goguides.com trust favicon wikipedia.org trust favicon mozilla.org trust favicon
GoGuides publishes independent web evidence, provenance, and machine-readable records.
Log In Navigation
claim-support-v1

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.

Interpretation boundary

Claim Support is not a universal fact checker, legal determination, scientific review, or certification of truth. Its verdict is scoped to one claim, one fixed stored source observation, and the documented analysis version. No public numeric confidence score is used.

Related capabilities