本文档由bestai 制作,推荐使用 best ai 文档、API 调试、API Mock、API 自动化测试!
Authorization: Bearer ********************{
"source_video_id": 343252978602905,
//"video_media_id":123123,
"original_sound_switch": true,
"sound_effect_content": ""
}curl --location '/openapi/v2/video/sound_effect/generate' \
--header 'API-KEY: {{YOUR_API_KEY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"source_video_id": 343252978602905,
//"video_media_id":123123,
"original_sound_switch": true,
"sound_effect_content": ""
}'{}