{
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2",
"accountFilter": {
"instanceId": "string"
},
"notifyHook": "string",
"state": "string"
}
curl --location -g --request POST '{{BASE_URL}}/runway/v1/feed' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2",
"accountFilter": {
"instanceId": "string"
},
"notifyHook": "string",
"state": "string"
}'
{
"code": 200,
"msg": "成功",
"data": {
"task_id": "51925381-d713-4925-b6dc-e87de520f55c",
"status": "3",
"prompt": "",
"video_url": "http://source.wike.cc/attachments/video/pika/20240725/6329a70942f1b3def5fd2ba52f91eef8.mp4",
"msg": null,
"point": "0",
"refund": "0",
"create_time": "1721900427",
"update_time": "1721902010"
},
"exec_time": 0.022208,
"ip": "182.146.238.93"
}