Velma-2 PII/PHI redaction transcribes audio, replaces detected PII/PHI spans with entity-type tags (e.g.Documentation Index
Fetch the complete documentation index at: https://docs.modulate.ai/llms.txt
Use this file to discover all available pages before exploring further.
[FIRSTNAME], [SSN], [PHI]) in the transcript, and silences the matching ranges in the returned audio.
| Batch | Streaming | |
|---|---|---|
| Use case | Transcription with audio redaction | Real-time transcription with audio redaction |
| Protocol | HTTP POST | WebSocket |
| Languages | Multilingual | Multilingual |
| Speaker diarization | ✓ | ✓ |
| PII/PHI audio redaction | ✓ | ✓ |
Need PII/PHI flagged in the transcript but the audio left intact? Use the STT APIs with PII/PHI tagging instead.
Authentication
Batch uses theX-API-Key header. Streaming uses an api_key query parameter at connection time. See Authentication and rate limits.