---
title: "Create voice"
method: POST
path: "/audio/voices"
tags: ["Audio"]
---

# Create voice

`POST /audio/voices`

Creates a custom voice.

## Response `200`

OK

- VoiceResource — A custom voice that can be used for audio output.
  - `object` 'audio.voice', required — The object type, which is always `audio.voice`.
  - `id` string, required — The voice identifier, which can be referenced in API endpoints.
  - `name` string, required — The name of the voice.
  - `created_at` integer, required — The Unix timestamp (in seconds) for when the voice was created.

---

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