cURL
curl --request GET \ --url https://api.utage-system.com/v1/media/audios/folders \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>" } ] }
音声フォルダの一覧を取得します。
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/folders
APIキーをBearerトークンとして指定
音声フォルダ一覧
Show child attributes