{
"aspect_ratio": "16:9",
"duration": 8,
"generate_audio": true,
"prompt": "A charismatic woman in a dynamic ad set, wearing stylish clothes. She shouts with dramatic excitement:“Google Veo 3 Fast is now on WaveSpeed AI! It'll blow your mind — go try it now!”",
"resolution": "720p"
}
curl --location --request POST 'https://api.302.ai/ws/api/v3/google/veo3-fast' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "16:9",
"duration": 8,
"generate_audio": true,
"prompt": "A charismatic woman in a dynamic ad set, wearing stylish clothes. She shouts with dramatic excitement:“Google Veo 3 Fast is now on WaveSpeed AI! It'\''ll blow your mind — go try it now!”",
"resolution": "720p"
}'
{
"code": 200,
"message": "success",
"data": {
"id": "83e3c2edfaf8483e83029a0ff0a758e6",
"model": "alibaba/wan-2.5/text-to-video-fast",
"outputs": [],
"urls": {
"get": "https://api.302.ai/ws/api/v3/predictions/83e3c2edfaf8483e83029a0ff0a758e6/result"
},
"has_nsfw_contents": [],
"status": "created",
"created_at": "2025-10-11T06:44:43.299Z",
"error": "",
"executionTime": 0,
"timings": {
"inference": 0
}
}
}