Skip to content

Skeptic POV

Plan, tier & price

Price per call$0.30 (30¢ in API credits)
Manifest tierenterprise on /v1/manifest
Docs suiteMath & Science / research (sidebar badge: Foundation)
AccessValid API key with sufficient credits; typically Enterprise and Foundation customers

What it does

Runs three parallel skeptic reviews (factual, logical, constructive) via the same stack as Magnum. Returns Venn-style verdicts per part of the claim (KEEP / FIX / UNCERTAIN) plus repair guidance.

Parameters

FieldRequiredDescription
claimYesThe claim or solution to verify
problemNoOriginal problem context

Usage

Terminal window
curl -X POST https://api.50c.ai/tools/skeptic_pov \
-H "Authorization: Bearer cv_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"claim":"The algorithm runs in O(n log n) for all inputs.","problem":"Analyze worst-case complexity."}'