curl --location 'https://open.vectcut.com/cut_jianying/add_batch_audio' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"audio_urls": [
"https://player.install-ai-guider.top/example/voice_match_source.mp3",
"https://player.install-ai-guider.top/example/voice_match_source.mp3"
], // 音频文件URL(必填)
"starts": [
0,
10
], // 音频素材的起始截取时间(秒)
"ends": [
15,
20
], // 音频素材的结束截取时间(秒)
"target_starts": [
5,
10
], // 音频在时间线上的起始位置(秒)
"target_ends": [
10,
20
] // 音频在时间线上的结束位置(秒)
}'