Authorization: Bearer ********************{
"req_key": "jimeng_i2v_first_v30",
"image_urls": [
"https://xxx"
],
"prompt": "千军万马",
"seed": -1,
"frames": 121
}curl --location 'https://api.gpt.ge/task/jimeng/image2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"req_key": "jimeng_i2v_first_v30",
"image_urls": [
"https://xxx"
],
"prompt": "千军万马",
"seed": -1,
"frames": 121
}'{
"code": 10000, //状态码,判断状态,code!=10000的情况下,不会返回task_id
"data": {
"task_id": "7392616336519610409" //任务ID,查询接口使用
},
"message": "Success",
"request_id": "20240720103939AF0029465CF6A74E51EC",
"time_elapsed": "104.852309ms" //链路耗时
}