Gets available voices
Voices
List voices
アカウントで利用可能なすべてのプリセットボイスを取得します。
GET
Gets available voices
このドキュメントは英語の原文から自動翻訳されています。表現に不自然な箇所がある場合があります。正確な内容は英語の原文もあわせてご確認ください。
エンドポイント
クエリパラメータ
| Name | Required | Description |
|---|---|---|
page_size | — | 1 ページあたりの件数です。デフォルト 20、最大 100。 |
next_page_token | — | 前回のレスポンスから取得した、次ページ取得用のトークンです。 |
レスポンス
items 配列とページネーション用のオプショナルな next_page_token を返します。各アイテムは ボイスオブジェクト の形式に従い、voice_id、name、language、styles、models、samples などを含みます。
関連項目
Docs: Voices
ボイスオブジェクトの構造と、TTS コールでの voice ID の使い方。
Search voices
言語、スタイル、性別などで絞り込みます。
Authorizations
Query Parameters
Number of items per page (default: 20, min: 10, max: 100)
Token for pagination (obtained from the previous page's response)
Response
Paginated available voices response with next page token
List of character items
Total number of available characters (might be approximate or removed in future)
Example:
150
Token for fetching the next page of results. Undefined if no more pages.
Example:
"some_opaque_token_string_representing_last_id"