> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MiniMax 音声デザイン

テキストによる説明から、パーソナライズされたカスタム音声を生成します。T2A 音声合成 API で使用できる voice\_id と、16 進数エンコードされたプレビュー音声サンプルを返します。

## リクエストヘッダー

<ParamField header="Content-Type" type="string" required={true}>
  列挙値: `application/json`
</ParamField>

<ParamField header="Authorization" type="string" required={true}>
  Bearer 認証形式: Bearer \{\{API Key}}。
</ParamField>

## リクエストボディ

<ParamField body="prompt" type="string" required={true}>
  生成する音声の特徴を定義する音声説明テキスト。
</ParamField>

<ParamField body="voice_id" type="string">
  カスタム音声 ID。指定しない場合、システムが一意の voice\_id を自動的に作成します。
</ParamField>

<ParamField body="preview_text" type="string" required={true}>
  プレビュー音声サンプルを生成するためのテキスト。最大500文字。

  長さ制限：0 - 500
</ParamField>

## レスポンス情報

<ResponseField name="voice_id" type="string" required={false}>
  生成された音声 ID。T2A 音声合成 API で使用できます。
</ResponseField>
