Scale your media processing with our world-class cloud infrastructure.
curl -X POST https://api.zipero.fr/api/v1/process/video \
-H "X-API-Key: zp_live_xxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"object_name": "uploads/my-video.mov",
"output_format": "mp4"
}'/api/v1/upload-urlGenerate a presigned S3/R2 upload URL.
/api/v1/process/videoStart an asynchronous video transcoding job.
/api/v1/status/{job_id}Poll or stream the status of a specific job.