メインコンテンツへスキップ
POST
/
voices
/
mix
Mix Voices
curl --request POST \
  --url https://api.cartesia.ai/voices/mix \
  --header 'Cartesia-Version: <cartesia-version>' \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "voices": [
    {
      "id": "<string>",
      "weight": 123
    }
  ]
}
'
{
  "embedding": [
    123
  ]
}
このエンドポイントは非推奨です!代わりに ボイスをクローン を使用してください。

承認

X-API-Key
string
header
必須

ヘッダー

Cartesia-Version
enum<string>
必須

API version header.

利用可能なオプション:
2024-11-13
:

"2024-11-13"

ボディ

application/json
voices
(IdSpecifier · object | EmbeddingSpecifier · object)[]
必須

レスポンス

200 - application/json
embedding
number<double>[]
必須

A 192-dimensional vector (i.e. a list of 192 numbers) that represents the voice.