---
title: "Retrieves a voice consent recording."
method: GET
path: "/audio/voice_consents/{consent_id}"
tags: ["Audio"]
---

# Retrieves a voice consent recording.

`GET /audio/voice_consents/{consent_id}`

Retrieve consent recording metadata used for creating custom voices.

See the [custom voices guide](/docs/guides/text-to-speech#custom-voices). Custom voices are limited to eligible customers.

## Path parameters

- `consent_id` string, required

## Response `200`

OK

- VoiceConsentResource — A consent recording used to authorize creation of a custom voice.
  - `object` 'audio.voice_consent', required — The object type, which is always `audio.voice_consent`.
  - `id` string, required — The consent recording identifier.
  - `name` string, required — The label provided when the consent recording was uploaded.
  - `language` string, required — The BCP 47 language tag for the consent phrase (for example, `en-US`).
  - `created_at` integer, required — The Unix timestamp (in seconds) for when the consent recording was created.

---

[API](https://skmtc.net/openai/apis/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/59990a167b75/schema)
