---
title: "Get redacted audio"
method: GET
path: "/v2/transcript/{transcript_id}/redacted-audio"
tags: ["transcript"]
---

# Get redacted audio

`GET /v2/transcript/{transcript_id}/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.

## Path parameters

- `transcript_id` string, required

## Response `200`

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

- RedactedAudioResponse
  - `status` 'redacted_audio_ready', required — The status of the redacted audio
  - `redacted_audio_url` string, url, required — The URL of the redacted audio file

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `429` — Too many requests
- `500` — An error occurred while processing the request
- `503` — Service unavailable
- `504` — Gateway timeout

---

[API](https://skmtc.net/assemblyai/apis/assemblyai-api.md) · [All operations](https://skmtc.net/assemblyai/apis/assemblyai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assemblyai/assemblyai-api/versions/f743e2ea9459/schema)
