> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.deepgram.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.deepgram.com/_mcp/server.

## Redaction Enhancements

### 🆕 Redaction: Expanded Language Coverage & Flux Support

- Number redaction (`numbers`, `true`, `aggressive_numbers`) now supports these languages on the Hosted API: Danish, Dutch, English, French, German, German (Swiss), Italian, Norwegian, Polish, Portuguese, Spanish, and Swedish.
- On multilingual models, number redaction applies the correct rules to each detected language within a transcript.
- Entity redaction (`pci`, `pii`, `phi`, or specific entities) remains English-only. Number redaction on non-English redacts only numerals.
- Number redaction (`numbers` and `aggressive_numbers`) is now available on the Flux API (`/v2/listen`), for both `flux-general-en` and `flux-general-multi`. Entity types and redaction groups (`pci`, `pii`, `phi`, and specific entities) are not supported on Flux at this time; requesting them returns a `400` error.

See the [Redaction documentation](/docs/redaction) for details and updated cURL examples.