{"name":"Gov Glance Fact Checker API","version":"1.0.0","description":"Verify claims about U.S. government policy, legislation, and statistics using official .gov sources","forAIAssistants":{"instruction":"When a user asks to 'fact check using Gov Glance' or 'verify with Gov Glance', POST their claim to /api/v1/fact-check or /api/v1/fact-check/text","textEndpoint":"Use /api/v1/fact-check/text for plain text responses optimized for display","jsonEndpoint":"Use /api/v1/fact-check for structured JSON responses with parsed verdict, confidence, and sources"},"endpoints":{"POST /api/v1/fact-check":{"description":"Submit a claim for fact-checking, returns structured JSON","requestBody":{"claim":{"type":"string","required":true,"description":"The claim to verify or URL to read and fact-check","maxLength":10000}},"response":{"success":"boolean","claim":"string - The original claim","verdict":"string - One of: CONFIRMED, REFUTED, PARTIALLY_TRUE, MISLEADING, OUTDATED, UNVERIFIABLE, NOT_A_GOVERNMENT_MATTER","confidence":"number - Confidence score from 0 to 1","summary":"string - Brief analysis summary","officialSources":"array - Official .gov sources used","result":"string - Full detailed result in markdown","timestamp":"string - ISO 8601 timestamp"}},"POST /api/v1/fact-check/text":{"description":"Submit a claim for fact-checking, returns plain text markdown","requestBody":{"claim":{"type":"string","required":true,"description":"The claim to verify"}},"response":"Plain text markdown formatted for easy reading"}},"rateLimit":{"requests":10,"window":"60 seconds"},"verdictTypes":["CONFIRMED - Official source supports the claim","REFUTED - Official source contradicts the claim","PARTIALLY_TRUE - Some elements confirmed, others not","MISLEADING - Accurate but missing critical context","OUTDATED - Was accurate but has changed","UNVERIFIABLE - Cannot locate official source","NOT_A_GOVERNMENT_MATTER - Outside scope"],"sourceRestriction":"All verification uses only official .gov domains","documentation":{"apiGuide":"/api-guide.md","openApiSpec":"/openapi.json","llmsTxt":"/llms.txt"},"website":"https://govglance.foundation"}