apiKey: ********************{
"audioUrls": [
"https://example.com/audio1.mp3",
"https://example.com/audio2.mp3"
]
}curl --location --request POST '/api/audio/duration/batch' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"audioUrls": [
"https://example.com/audio1.mp3",
"https://example.com/audio2.mp3"
]
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"durations": [
{
"url": "https://example.com/audio.mp3",
"duration": 120.5,
"errorMessage": "文件格式不支持"
}
],
"successCount": 2,
"failureCount": 0
}