Scan Hero API Changelog
All notable API and SDK changes are documented here. Subscribe via RSS at /changelog/rss.xml.
Unreleased
Added
- Public status page at
status.scanheroai.com(Upptime) and/statuson the main site - Audit log collection (
audit_logs) for API key CRUD, credit deductions, and admin access - Internal ops endpoints:
/internal/monitoring-check,/internal/firestore-export
1.0.0 — 2026-05-22
Added
- REST API v1: tasks, jobs, billing, webhooks, API keys
- Python SDK (
scanhero) — async client with polling helpers - Credit-based billing with Stripe Checkout (Starter, Pro, credit packs)
- Async processing via Pub/Sub for files > 5 MB
- Quality scoring (
embedding_score, LLM-as-Judge sampling)
Authentication
- Firebase JWT for web dashboard (
Authorization: Bearer <id-token>) - API keys for programmatic access (
X-Api-Key: sh_…)
Breaking changes
None yet — initial public release.