Skip to content
FOR DEVELOPERS

Integrate Zipero API

Scale your media processing with our world-class cloud infrastructure.

Quick Start

Bash / cURL
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"
  }'

Endpoints

POST/api/v1/upload-url

Generate a presigned S3/R2 upload URL.

POST/api/v1/process/video

Start an asynchronous video transcoding job.

GET/api/v1/status/{job_id}

Poll or stream the status of a specific job.

Authentication

All API requests must include your secret key in the X-API-Key HTTP header.
Need help?