Skip to main content

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.

Velma-2 PII/PHI redaction transcribes audio, replaces detected PII/PHI spans with entity-type tags (e.g. [FIRSTNAME], [SSN], [PHI]) in the transcript, and silences the matching ranges in the returned audio.
BatchStreaming
Use caseTranscription with audio redactionReal-time transcription with audio redaction
ProtocolHTTP POSTWebSocket
LanguagesMultilingualMultilingual
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.
For a side-by-side comparison with the other Velma-2 capabilities, see Which API should I use?.

Authentication

Batch uses the X-API-Key header. Streaming uses an api_key query parameter at connection time. See Authentication and rate limits.