curl --location 'https://open.vectcut.com/sts/folder/share_links' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"folder_id": "3d999621d7c14d59ba9aeb38ea1adc1f",
"limit": 100
}'{
"success": true,
"folder_id": "3a4d1b7d-f9ef-4c1f-95c8-597d08a5df21",
"folder_path": "项目A/成片",
"include_subfolders": true,
"items": [
{
"object_key": "files/user_123/20260603/demo.mp4",
"file_name": "demo.mp4",
"folder_path": "项目A/成片",
"file_size_bytes": 12873455,
"updated_at": "2026-06-03 15:23:10",
"public_signed_url": "https://example.com/demo.mp4?OSSAccessKeyId=xxx&Expires=xxx&Signature=xxx"
}
],
"count": 1
}