CVSync2AsyncSubmitTask: 提交视频生成任务
CVSync2AsyncGetResult: 获取任务结果
需要在查询参数中指定 Action 和 Version。Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Body Params application/json
{
"req_key": "jimeng_video_generation",
"prompt": "一只猫在弹钢琴"
}
Request Code Samples
curl --location 'https://lizh.ai/jimeng/?Action=undefined&Version=2022-08-31' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"req_key": "jimeng_video_generation",
"prompt": "一只猫在弹钢琴"
}'
Responses
{
"code": 0,
"message": "string",
"data": {}
}
Modified at 2026-06-03 19:08:40