Changelog
VeracityAPI is shipping.
Public product updates. Subscribe via Atom feed.
2026-05-25
- Shipped /ai-text-reviewer-subagent — a positioning lander that frames VeracityAPI as the adversarial reviewer subagent in Claude Agent SDK, OpenAI Agents SDK, and LangGraph loops. Includes a bounded-revise pattern explainer and four code blocks (Claude Agent SDK tool, OpenAI Agents SDK guardrail, LangGraph reviewer node, vanilla bounded loop). Wired into the homepage agent-positioning section, the footer Detection APIs group, core + category internal-link sets, sitemap, llms.txt, and agents.json (new
reviewer_subagentURL +adversarial_reviewer_subagentcapability).
2026-05-24
- Retired audio + video from the marketing surface. The product now promotes text + image only.
/ai-audio-detection-api,/ai-video-detection-api, and related modality-specific landing pages 301-redirect to/what-we-detect. Nine audio use cases retire (e.g.,audio-phone-snippet-triage) and 301-redirect to/use-cases. Homepage drops the audio + video demos, modality cards, and pricing line items. Pricing, docs, methodology, how-it-works, /what-we-detect, /for-agents, MCP, llms.txt, agents.json, and OG SVG all scrubbed. Live API endpoints (/v1/analyze-audio,/v1/analyze-video,/demo/analyze-audio) stay alive for back-compat — they're markeddeprecated: truein the OpenAPI spec but continue to work for existing customers. - Retired the
/vsnamespace. The five vs-only content blocks (where-each-wins, modality coverage, output design, pricing notes, migration notes) merged into/alternatives/{slug}; every/vs/{competitor}URL 301-redirects to/alternatives/{alternativeSlug};/vs/synthidrelocates to/integrations/synthidwhere the layered-integration framing fits naturally.
2026-05-17
- Site audit fixes: corrected JSON-LD
highPriceto $0.05 (was 10× overstated); addedvideoto homepage schema example; cleanedllms.txttype enum and added video pricing line. - Removed
/vsand/vs/*fromsitemap.xmlto stop sending contradictory signals whileX-Robots-Tag: noindex, followremains in force until the 2026 benchmark freeze. - Shipped Atom feeds at
/blog.atomand/changelog.atomwith<link rel="alternate" type="application/atom+xml">auto-discovery on every page. - Added
FAQPageJSON-LD to/pricingand/docs; switched use-case pages fromHowTotoTechArticleschema (Google rejects HowTo without asteparray). - Subprocessors page now lists Modal, GitHub/npm/PyPI, and the Anthropic vision use; contact email standardized to
hello@veracityapi.comfor privacy/deletion requests andsecurity@veracityapi.comfor security disclosures. - Brand consistency:
/privacytitle corrected to VeracityAPI Privacy;/.well-known/agents.jsonnow linked viarel=alternatein every page head.
2026-05-11
- Shipped installable SDK packages:
@veracityapi/sdkfor TypeScript andveracityapifor Python. - Updated docs, examples, and homepage copy around SDK-first integration paths.
- Repositioned homepage around content trust infrastructure for AI products while keeping agent-native proof points.
- Simplified pricing around self-serve prepaid credits and custom-volume contact paths.
- Added public
/statusand/changelogsurfaces. - Promoted MCP as a primary agent-distribution path.
- Reworked README into a developer landing page with curl, TypeScript, Python, MCP, pricing, privacy, and routing eval evidence.
2026-05-10
- Published seed text eval artifacts: 500 samples, 88.0% routing-action agreement, macro F1 0.871.
- Added transparent eval caveats: routing-action quality, not forensic authorship evidence.
- Added unified
POST /v1/analyzesupport across text and image URLs. Audio/video typed endpoint experiments were later retained as deprecated back-compat-only routes.
2026-05-09
- Added hosted remote MCP endpoint at
https://api.veracityapi.com/mcp. - Published
@veracityapi/mcplocal MCP package. - Added balance preflight tools for autonomous agents.
2026-05-08
- Added audio URL workflow triage under billing bucket
audio_v0with transcript return. - Added privacy-safe audio logging: URL hash/hostname only, no raw audio bytes, no base64, no full URL storage.
2026-05-07
- Added image URL analysis with
synthetic_image_risk, evidence, limitations, and action routing. - Added public image demo fixture and image-specific privacy docs.
2026-05-06
- Added
GET /v1/balancefor API-key accounts and autonomous preflight checks. - Added credit ledger refund handling for LLM/provider failures after debit.
2026-05-05
- Added
/llms.txt,/.well-known/agents.json,/openapi.json, sitemap, and robots metadata. - Added
/for-agentswith routing policy templates.
2026-05-04
- Added action-first response contract: allow, revise, human_review, and reject.
- Added derived trust fields and privacy defaults centered on
store_content=false.