For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transcribe and redact an audio file

You can send an audio file to the Tonic Textual SDK. Textual creates a transcription of the audio file, and then redacts the transcription text as a string.

Audio file limitations

The file must be 25MB or smaller, and must be one of the following file types:

  • m4a

  • mp3

  • webm

  • mp4

  • mpga

  • wav

Sending the transcription and redaction request

To transcribe and redact an audio file, you use textual.redact_audio_file.

redaction_response=textual.redact_audio(<path to the audio file>)
redaaction_response.describe

The request includes the entity type handling configuration.

The redaction response includes the redacted or synthesized content and details about the detected entity values.

Last updated

Was this helpful?