mmaudio(AI Video Voiceover)
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
1-30,the video will be trimmed if the duration is shorter than the video length
{
"video_url": "",
"prompt": "",
"negative_prompt": "",
"num_steps": 25,
"duration": 8,
"cfg_strength": 4.5
}
Request samples
curl --location --request POST 'https://api.302.ai/302/submit/mmaudio' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "",
"prompt": "",
"negative_prompt": "",
"num_steps": 25,
"duration": 8,
"cfg_strength": 4.5
}'
Responses
application/json Modified at 2024-12-18 02:01:30