FrontToken: ********************curl --location --request GET '/mini-app/ai-results/collectedList?pageNum=&pageSize=&orderByColumn=&isAsc=&modelAssetId=&isCollected=&beginTime=&endTime=&prompt=&modelType=&id=&tagIds=&tagIdsStr=&tagName=&sceneType=&sortBy=&mediaType=&userId=&source=' \
--header 'FrontToken: <api-key>'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"list": [
{
"id": "string",
"resultUrl": "string",
"requestPayloadJson": "string",
"prompt": "string",
"negativePrompt": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"sceneType": "TO_TEXT",
"modelName": "string",
"modelAssetId": "string",
"userId": "string",
"aiGenerationResults": [
{
"id": "string",
"resultUrl": "string",
"requestPayloadJson": "string",
"prompt": "string",
"negativePrompt": "string",
"isCollected": true,
"createTime": "2019-08-24T14:15:22.123Z",
"sceneType": "TO_TEXT",
"modelName": "string",
"modelAssetId": "string",
"userId": "string",
"taskId": "string",
"coverUrl": "string",
"firstFrameUrl": "string",
"lastFrameUrl": "string",
"referenceImageUrl": "string",
"modelType": "BASE",
"current": "string",
"mediaType": "IMAGE",
"usageCount": 0,
"viewCount": 0,
"source": "string",
"resultPublicId": "string",
"collectedSource": "PUBLIC",
"templateName": "string",
"modelOwnerType": "PLATFORM",
"resultUrlNoWm": "string"
}
],
"height": "string",
"width": "string",
"taskId": "string",
"coverUrl": "string",
"firstFrameUrl": "string",
"lastFrameUrl": "string",
"referenceImageUrl": "string",
"aspectRatio": "string",
"modelType": "BASE",
"mediaType": "IMAGE",
"usageCount": 0,
"viewCount": 0,
"templateName": "string",
"source": "string",
"collectedSource": "PUBLIC",
"tags": [
{
"id": "string",
"name": "string",
"category": "string",
"value": "string",
"isActivity": true
}
],
"totalPrice": 0,
"resultPublicId": "string",
"modelOwnerType": "PLATFORM",
"collected": true
}
]
},
"success": true
}