curl --location --request POST 'https://4sapi.com/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "cat",
"model": "veo3.1",
"aspect_ratio": "16:9",
"enhance_prompt": true,
"resolution": "1080p",
"enable_upsample": 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"
}
}