wait: Task has been submitted but not yet queuedqueueing: Task is waiting in processing queuegenerating: Video generation is in progresssuccess: Video has been successfully generatedfail: Video generation has failedparentTaskId field identifies the original videoexpireFlag will be set to 1curl --location --request GET 'https://api.kie.ai/api/v1/runway/record-detail?taskId=ee603959-debb-48d1-98c4-a6d1c717eba6' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"taskId": "ee603959-debb-48d1-98c4-a6d1c717eba6",
"parentTaskId": "",
"generateParam": {
"prompt": "A fluffy orange cat dancing energetically in a colorful room with disco lights",
"imageUrl": "https://example.com/image.jpg",
"expandPrompt": true
},
"state": "wait",
"generateTime": "2023-08-15 14:30:45",
"videoInfo": {
"videoId": "485da89c-7fca-4340-8c04-101025b2ae71",
"taskId": "ee603959-debb-48d1-98c4-a6d1c717eba6",
"videoUrl": "https://file.com/k/xxxxxxx.mp4",
"imageUrl": "https://file.com/m/xxxxxxxx.png"
},
"failCode": 400,
"failMsg": "Generation failed, please try again later",
"expireFlag": 0
}
}