Authorization: Bearer ********************{
"batch_id": "task-20260713070255-c9a9f950"
}curl --location 'https://moyu.info/v1/assets/batch/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"batch_id": "task-20260713070255-c9a9f950"
}'{
"code": "success",
"data": {
"batch_id": "string",
"total_count": 0,
"items": [
{
"id": "string",
"name": "string",
"url": "string",
"asset_url": "string",
"asset_type": "Image",
"status": "Active",
"error": {
"code": "string",
"message": "string"
},
"create_time": "string",
"batch_id": "string",
"source_url": "string"
}
]
}
}