{
"prompt": "string",
"image": "string",
"model": "string",
"template_id": 0,
"motion_strength": 0,
"motion_scale": {
"horizontal": 0,
"vertical": 0,
"roll": 0,
"zoom": 0
},
"seed": 0
}
curl --location -g --request POST '{{BASE_URL}}/pixverse/v1/pro/generate' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"image": "string",
"model": "string",
"template_id": 0,
"motion_strength": 0,
"motion_scale": {
"horizontal": 0,
"vertical": 0,
"roll": 0,
"zoom": 0
},
"seed": 0
}'
{
"code": 200,
"data": {
"task_id": "a766793f-5e6b-4f4e-deac-cfa80a51e167"
},
"exec_time": 0.029496,
"msg": "成功"
}