cURL
curl --request GET \ --url https://api.utage-system.com/v1/media/audios \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>" } ], "meta": { "current_page": 123, "last_page": 123, "per_page": 123, "total": 123 } }
音声の一覧を取得します。キーワードやフォルダで絞り込みが可能です。
Documentation IndexFetch the complete documentation index at: https://docs.utage-system.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.utage-system.com/llms.txt
Use this file to discover all available pages before exploring further.
GET
https://api.utage-system.com/v1/media/audios
APIキーをBearerトークンとして指定
名前で部分一致検索
フォルダIDで絞り込み
ページ番号
x >= 1
1ページあたりの件数
音声一覧
Show child attributes