curl --request POST \
--url https://pollo.ai/api/platform/generation/minimax/minimax-hailuo-2.3-fast \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"promptOptimizer": true,
"resolution": "768P",
"length": 6
},
"webhookUrl": "<string>"
}
'