cURL
curl --request GET \ --url https://supertoneapi.com/v1/custom-voices \ --header 'x-sup-api-key: <api-key>'
{ "items": [ { "voice_id": "<string>", "name": "<string>", "description": "<string>" } ], "total": 25, "next_page_token": "10" }
顧客が登録したすべてのボイスのリストを取得します。
https://supertoneapi.com/v1/custom-voices
Number of items per page (default: 20, min: 10, max: 100)
Token for pagination (obtained from the previous page's response)
Paginated custom voices response with next page token
List of custom voice items
Show child attributes
Unique identifier for the custom voice
Name of the custom voice
Description of the custom voice
Total number of available custom voices
25
Token for fetching the next page of results. A valid non-negative integer string (e.g., "10", "20"). Null if no more pages.
"10"