Latest video generation model from Google, generates 8s videos with sound effects
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"text_prompt": "Dancing in the forest"
}
Request samples
curl --location --request POST 'https://api.302.ai/302/submit/veo3-fast' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"text_prompt": "Dancing in the forest"
}'
Responses
application/json {
"task_id": "4913ec25-3684-4913-867a-4cbb696fc898"
}
Modified at 2025-06-27 05:38:10