Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Introducing our Voice Agent API: The fastest path to a working voice agent. Learn more
cURL
curl --request GET \ --url https://api.assemblyai.com/v2/transcript/{transcript_id}/redacted-audio \ --header 'Authorization: <api-key>'
{ "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" }
ID of the transcript
The redacted audio object containing the status and URL to the redacted audio
The status of the redacted audio
redacted_audio_ready
The URL of the redacted audio file
Was this page helpful?