组资产库列表
curl --request POST \
--url https://powertokens.ai/api/interface/group-asset-list \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"page_size": 12,
"asset_id": "",
"name": "",
"type": 0,
"status": 0,
"group_id": "group-20260604102314-bnz4j",
"email": "hua20128@gmail.com",
"login_style": "google"
}
'{
"code": 200,
"data": {
"list": [
{
"id": 174,
"asset_id": "asset-20260604102315-bhlt9",
"name": "5308ce78897416214ab5bdc640716fb7.jpg",
"type": 1,
"file_url": "https://pub-4b7cc9eedad945ec9c28d5548493e66c.r2.dev/upload/20260604102312/ca517b10651e5a5f449976f10273e790.jpg",
"thumbnail_url": "https://pub-4b7cc9eedad945ec9c28d5548493e66c.r2.dev/compressed_images/1780539902658115900.webp",
"file_size": 657139,
"duration": 0,
"ext": ".jpg",
"source": 0,
"created_at": 1780539794,
"updated_at": 1780539904,
"status": 2,
"fail_reason": ""
}
],
"total": 1
},
"msg": ""
}资产库
组资产列表
POST
/
interface
/
group-asset-list
组资产库列表
curl --request POST \
--url https://powertokens.ai/api/interface/group-asset-list \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"page_size": 12,
"asset_id": "",
"name": "",
"type": 0,
"status": 0,
"group_id": "group-20260604102314-bnz4j",
"email": "hua20128@gmail.com",
"login_style": "google"
}
'{
"code": 200,
"data": {
"list": [
{
"id": 174,
"asset_id": "asset-20260604102315-bhlt9",
"name": "5308ce78897416214ab5bdc640716fb7.jpg",
"type": 1,
"file_url": "https://pub-4b7cc9eedad945ec9c28d5548493e66c.r2.dev/upload/20260604102312/ca517b10651e5a5f449976f10273e790.jpg",
"thumbnail_url": "https://pub-4b7cc9eedad945ec9c28d5548493e66c.r2.dev/compressed_images/1780539902658115900.webp",
"file_size": 657139,
"duration": 0,
"ext": ".jpg",
"source": 0,
"created_at": 1780539794,
"updated_at": 1780539904,
"status": 2,
"fail_reason": ""
}
],
"total": 1
},
"msg": ""
}请求体
application/json
⌘I