Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.utage-system.com/v1/media/folders \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "parent_folder_id": "<string>" } ] }
通常メディアのフォルダ一覧を取得します。
GET
https://api.utage-system.com/v1/media/folders
APIキーをBearerトークンとして指定
通常メディアフォルダ一覧
Show child attributes