Audio
Batch compress audio
Compress multiple audio files with one shared level and download one ZIP.
Input
Files and output
Result
ZIP ready
ZIP
Waiting for files
Your compressed audio files will appear as a ZIP.
Batch ready
API
Also available by API
Use the batch API with multipart files or base64 arrays. Billing is per file and uses separate API USD balance.
The response returns one ZIP in base64 with entry metadata.
POST /api/v1/tools/audio-compress-batch
Authorization: Bearer TU_API_KEY
Content-Type: application/json
{
"audios": [
{ "filename": "archivo-1", "audio_base64": "data:...;base64,..." },
{ "filename": "archivo-2", "audio_base64": "data:...;base64,..." }
],
"output_format": "mp3",
"filename": "noxus-audios-compressed"
}