Changelog

Platform changelog

A unified feed of releases across every API product. Subscribe via RSS or follow @savitardev for highlights.

May 18, 2026

Redactra Platform GA

Unifies redaction, OCR, transcription, summarization, and chat under one API. Adds multi-tenant org/key management, tiered billing, and per-tenant usage metering.

May 12, 2026

Custom pattern API

POST /patterns lets you register regex-based detectors scoped to a business unit. Includes a /patterns/test endpoint for dry-runs.

May 2, 2026

Batch jobs & job tracking

Submit hundreds of files with /extract/batch and /ocr/batch; poll progress with GET /jobs/{job_id}.

April 28, 2026

Streaming NDJSON for /process

File processing now streams one extracted_page line per page followed by a single redacted line. Cuts time-to-first-byte by ~70% for multi-page PDFs.

April 10, 2026

Transcription endpoint

POST /transcribe accepts audio files and returns word-level timestamps plus redacted transcripts.

April 4, 2026

Hash operator

Add a deterministic SHA-256 operator that preserves referential integrity across redacted documents.

March 15, 2026

Tighter validation on /redact

Reject empty payloads and unsupported language codes with structured 422 responses.