{
"video_subject": "string",
"video_script": "string",
"video_terms": "string",
"video_aspect": "16:9",
"voice_name": "en-US-AvaMultilingualNeural-V2",
"voice_volume": 1,
"bgm_volume": 0.2,
"video_clip_duration": "5",
"subtitle_enabled": true,
"subtitle_position": "bottom",
"text_fore_color": "\"#FFFFFF\"",
"font_size": 60,
"stroke_color": "#000000",
"stroke_width": 1.5
}
curl --location --request POST 'https://api.302.ai/302/stock-video/api/v1/videos' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_subject": "string",
"video_script": "string",
"video_terms": "string",
"video_aspect": "16:9",
"voice_name": "en-US-AvaMultilingualNeural-V2",
"voice_volume": 1,
"bgm_volume": 0.2,
"video_clip_duration": "5",
"subtitle_enabled": true,
"subtitle_position": "bottom",
"text_fore_color": "\"#FFFFFF\"",
"font_size": 60,
"stroke_color": "#000000",
"stroke_width": 1.5
}'
{}