v3

latestOpenAPI 3.1.02026-08-011057254.3 KB
transcript

Get redacted audio

<Note>To retrieve the redacted audio on the EU server, replace api.assemblyai.com with api.eu.assemblyai.com in the GET request above.</Note> <Note>Redacted audio files are only available for 24 hours. Make sure to download the file within this time frame.</Note> Retrieve the redacted audio object containing the status and URL to the redacted audio.

get/v2/transcript/{transcript_id}/redacted-audio

Path parameters

transcript_idstring required

ID of the transcript

Response

The redacted audio object containing the status and URL to the redacted audio

status'redacted_audio_ready' required

The status of the redacted audio

redacted_audio_urlstring url required

The URL of the redacted audio file

Example response

{
  "redacted_audio_url": "https://s3.us-west-2.amazonaws.com/api.assembly.ai.usw2/redacted-audio/785efd9e-0e20-45e1-967b-3db17770ed9f.wav?AWSAccessKeyId=aws-access-key0id&Signature=signature&x-amz-security-token=security-token&Expires=1698966551",
  "status": "redacted_audio_ready"
}