{
"prompt": "a cat fly in the sky",
"model": "veo3",
"enhance_prompt": true
}
curl --location --request POST 'https://poloai.top/api/video/submit' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "a cat fly in the sky",
"model": "veo3",
"enhance_prompt": true
}'
{
"success": true,
"data": {
"taskId": "veo3:0ff04a94-6c7e-4f86-af66-3adb62214eb2",
"pollingUrl": "https://asyncdata.net/source/veo3:0ff04a94-6c7e-4f86-af66-3adb62214eb2",
"status": "processing",
"message": "Task submitted successfully"
}
}