Audio
Batch convert audio format
Convert multiple audio files with FFmpeg and download one ZIP.
Entrada
Files and output
Resultado
ZIP ready
ZIP
Waiting for files
Your converted audio files will appear as a ZIP.
Batch ready
API
Tambem disponivel por 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-convert-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"
}