Redaction-first API
Use POST /v1/redact to convert raw text into privacy-safe redacted_text without redesigning your downstream stack.
A precision redaction layer for teams that need to remove sensitive data before it reaches LLMs, RAG pipelines, search indexes, or classifiers.
POST /v1/redactUse /v1/redact to transform raw text into redacted_text before sending it downstream.
Send support notes to /v1/redact, then forward redacted_text to an LLM summarizer.
Redact sensitive spans before indexing text into a vector store or search layer.
Apply placeholder-based redaction before prompts reach downstream models.