v3
latestOpenAPI 3.1.02026-08-011057254.3 KBtranscript
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
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"
}