Authorization: Bearer ********************
{
"task_id": "573772da-c2ec-4a60-987f-80b5ecc79b20"
}
curl --location --request POST 'https://api.ecovai.cn/runway/feed' \
--header 'Authorization: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "573772da-c2ec-4a60-987f-80b5ecc79b20"
}'
{
"code": 200,
"msg": "成功",
"data": {
"task_id": "9034a8e8-c920-4590-9f48-3ce5df78c65a",
"state": "succeeded",
"status": "3",
"prompt": "一只小猫",
"prompt_en": "a little kitten.",
"video_url": "https://runwaycdn.rixapi.com/attachments/video/runway/20241213/53aab97f5842442293290f75c95905b0.mp4",
"poster": "https://runwaycdn.rixapi.com/attachments/video/runway/20241213/dfd86fa65cac2a98686294efa4ccca3d.png",
"last_frame": "https://runwaycdn.rixapi.com/attachments/video/runway/20241213/93f61e90f6bf78b9e13a3f14e0949a67.png",
"msg": null,
"point": "320",
"refund": "0",
"create_time": "1734078348",
"update_time": "1734078452"
},
"exec_time": 0
}