curl --request POST \
--url https://api.novita.ai/v3/async/pixverse-v4.5-i2v \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"image": "<string>",
"resolution": "<string>",
"negative_prompt": "<string>",
"fast_mode": true,
"style": "<string>",
"seed": 123
}
'