Video
Batch compress video
Compress multiple videos with one shared level and download one ZIP.
Eingabe
Files and output
Ergebnis
ZIP ready
ZIP
Waiting for files
Your compressed videos will appear as a ZIP.
Batch ready
API
Auch per API verfugbar
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/video-compress-batch
Authorization: Bearer TU_API_KEY
Content-Type: application/json
{
"videos": [
{ "filename": "archivo-1", "video_base64": "data:...;base64,..." },
{ "filename": "archivo-2", "video_base64": "data:...;base64,..." }
],
"output_format": "mp4",
"filename": "noxus-videos-compressed"
}