Get voice details by ID
Voices
Get voice
ID を指定して単一のプリセットボイスを取得します。
GET
Get voice details by ID
このドキュメントは英語の原文から自動翻訳されています。表現に不自然な箇所がある場合があります。正確な内容は英語の原文もあわせてご確認ください。
エンドポイント
パスパラメータ
| Name | Required | Description |
|---|---|---|
voice_id | ✅ | プリセットボイスの ID です。 |
レスポンス
ボイスオブジェクトを返します。フィールドごとのリファレンスは Voices をご参照ください。注意事項
- アカウント上に
voice_idが存在しない場合は404 Not Foundを返します。 - 明示的な
styleパラメータなしで TTS を呼び出す前に、このエンドポイントでボイスの デフォルトスタイル(stylesの最初の要素)を確認できます。
関連項目
Docs: Voices
ボイスオブジェクトの構造と voice ID の使い方。
List voices
ボイスライブラリ全体を参照します。
Authorizations
Path Parameters
Response
Voice details retrieved successfully
Unique identifier for the voice
Example:
"<voice-id>"
Name of the voice
Example:
"Agatha"
Age of the voice
Example:
"young-adult"
Gender of the voice
Example:
"female"
Use case of the voice
Example:
"narration"
Use cases of the voice (array)
Example:
["narration", "storytelling"]Languages supported by the voice
Example:
[
"ar",
"bg",
"cs",
"da",
"de",
"el",
"en",
"es",
"et",
"fi",
"fr",
"hi",
"hu",
"id",
"it",
"ja",
"ko",
"nl",
"pl",
"pt",
"ro",
"ru",
"vi"
]Styles available for the voice
Example:
["kind-default", "normal", "serene"]Models available for the voice
Example:
[
"sona_speech_1",
"sona_speech_2",
"sona_speech_2_flash",
"supertonic_api_1",
"supertonic_api_3"
]Description of the voice
Example:
""
URL to the sample audio file for the voice
URL to the thumbnail image for the voice
Example:
"https://example.com/thumbnails/voice-thumbnail.png"