FrontToken: ********************curl --location --request GET '/api/web/ai-results-public?id=&tagIds=&tagIdsStr=&tagName=&keyWord=&sceneType=&sortBy=&source=&appSource=&topStatus=&ownerTypeList=' \
--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",
"aiGenerationResultPublicList": [
{
"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",
"taskId": "string",
"coverUrl": "string",
"firstFrameUrl": "string",
"lastFrameUrl": "string",
"referenceImageUrl": "string",
"modelType": "BASE",
"current": "string",
"mediaType": "IMAGE",
"modelOwnerType": "PLATFORM",
"usageCount": 0,
"viewCount": 0,
"templateName": "string",
"source": "string",
"appSource": "string",
"topStatus": 0,
"skipJson": "string",
"collected": true
}
],
"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",
"tags": [
{
"id": "string",
"name": "string",
"category": "string",
"value": "string",
"isActivity": true
}
],
"totalPrice": 0,
"appSource": "string",
"topStatus": 0,
"skipJson": "string",
"collected": true
}
]
},
"success": true
}