curl --location --request GET 'https://api.piapi.ai/api/kling/v1/video/' \
--header 'X-API-Key;'
{
"code": 0,
"data": {
"task_id": "string",
"input": "string",
"status": "string",
"metadata": {
"created_at": "string",
"started_at": "string",
"ended_at": "string",
"quota_frozen": 0,
"quota_usage": 0
},
"task": {
"id": 0,
"userId": 0,
"type": "string",
"status": 0,
"taskInfo": {
"arguments": [
{
"name": "string",
"value": "string"
}
],
"inputs": [
{
"inputType": "string",
"name": "string",
"url": "string",
"blobStorage": null,
"token": null
}
],
"type": "string"
},
"favored": true,
"deleted": true,
"createTime": 0,
"updateTime": 0
},
"works": [
{
"workId": 0,
"workItemId": 0,
"taskId": 0,
"userId": 0,
"type": "string",
"status": 0,
"contentType": "string",
"resource": {
"resource": "string",
"resourceWithoutWatermark": "string",
"height": 0,
"width": 0,
"duration": 0
},
"cover": {
"resource": "string",
"height": 0,
"width": 0,
"duration": 0
},
"starNum": 0,
"reportNum": 0,
"createTime": 0,
"taskInfo": {
"arguments": [
{
"name": "string",
"value": "string"
}
],
"inputs": [
{
"inputType": "string",
"name": "string",
"url": "string",
"blobStorage": null,
"token": null
}
],
"type": "string"
},
"selfAttitude": "string",
"selfComment": {
"tags": [
{}
],
"content": "string"
},
"favored": true,
"publishStatus": "string",
"deleted": true
}
]
},
"message": "string"
}