---
title: "Generate Voice"
method: POST
path: "/v1/voice-generation"
tags: ["Voice Generation"]
---

# Generate Voice

`POST /v1/voice-generation`

Generate one reusable voice from a description, bundling a matching ambience
when the description mentions an environment.

## Headers

- `X-API-Key` string, required

## Request body

- GenerateVoiceRequest
  - `description` string, required
  - `name` string, nullable

## Response `200`

Successful Response

- GeneratedVoice
  - `voice_id` string, required
  - `name` string, required
  - `ambience_path` string, nullable

## Other responses

- `422` — Validation Error

---

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