> ## 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.

# ElevenLabs 音声クイッククローン

音声クローンを作成し、あなたの音声ライブラリに追加します。

## リクエストヘッダー

<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="name" type="string" required={true}>
  この音声を識別するための名前。この名前はウェブサイトのドロップダウンメニューに表示されます。
</ParamField>

<ParamField body="urls" type="string[]" required={true}>
  音声クローンに使用する音声録音ファイルのリスト。
</ParamField>

<ParamField body="labels" type="string">
  音声のシリアライズされたラベル辞書。
</ParamField>

<ParamField body="description" type="string">
  音声の説明情報。
</ParamField>

<ParamField body="remove_background_noise" type="boolean" default={false}>
  true に設定すると、音声分離モデルを使用して音声サンプルから背景ノイズを除去します。サンプルに背景ノイズが含まれていない場合、このオプションを有効にすると品質が低下する可能性があります。
</ParamField>

## レスポンス情報

<ResponseField name="voice_id" type="string" required={true}>
  新しく作成された音声の ID。
</ResponseField>

<ResponseField name="requires_verification" type="boolean" required={true}>
  この音声に検証が必要かどうか。
</ResponseField>
