#Changelog
Notable changes to the Velgent AI Engine API. Backwards-incompatible changes are called out explicitly.
#2026-07-14
- Added a
securityblock toPOST /api/v1/summariseresponses: PII detection and redaction counts with a per-entity-type breakdown, plus prompt-injection screening status — on every call. - Added
confidence(0–1) to theintentblock.
#2026-05-27
- Added the Data Extractor:
POST /api/v1/extractturns text, images, or PDFs into structured output.output_formatselectsjson,html_fields, orhtml_document. Every field carries a 0–1 confidence score and a source anchor, verified server-side. - Versioned, pinnable extraction templates with admin-time schema inference from sample documents.
- PII detection runs on every extract call and emits
pii_detectedsecurity events.
#2026-05-17
- Added the Policy Engine:
POST /api/v1/policies/evaluateevaluates plain-English policies in five modes — validate, generate, decide, score, classify. - Added
POST /api/v1/policies/chainfor sequential composition andPOST /api/v1/policies/graphfor DAG execution with conditional edge routing. - Weighted score aggregation buckets multi-policy results into pass / review / block bands.
#2026-05-07
- Added
intentblock toPOST /api/v1/summariseresponses. Includesaction_needed,due_date,urgency_score, andsensitivityfields. Existing fields are unchanged. - Per-operation summarisation routing is now live:
summarise-text,summarise-ticket,summarise-approval, andsummarise-knowledgeeach use a tuned prompt for their input shape.
#2026-04-12
- Added
Idempotency-Keysupport to allPOSTendpoints. Repeat calls within 24h return the original response.
#2026-03-01
- Initial public release of the Velgent AI Engine API.
- Operations available at launch:
summarise-text,summarise-ticket,summarise-approval,summarise-knowledge.