{
"prompt": "string",
"ratio": "string",
"style": "string",
"seed": 0,
"negative_prompt": "string",
"model": "string",
"template_id": 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",
"ratio": "string",
"style": "string",
"seed": 0,
"negative_prompt": "string",
"model": "string",
"template_id": 0
}'
{
"code": 200,
"data": {
"task_id": "a766793f-5e6b-4f4e-deac-cfa80a51e167"
},
"exec_time": 0.029496,
"msg": "成功"
}