Kostenlose API
Per API-Key geschützt, kostenlos nutzbar
Compress Video
Compress a video to MP4 with a configurable resolution and quality preset.
Endpunkt
POST /api/free/compress-videoKostenlos: 5 RPM. Zahlende Nutzer: 500 RPM. Limits gelten gemeinsam für alle Free-API-Endpunkte.
Hinweise zur Nutzung
- Requires ffmpeg in the runtime container.
- Returns JSON with a base64 MP4 payload.
API-Beispiel
curl -X POST "https://api.apiany.ai/api/free/compress-video" \ -H "Authorization: Bearer $API_KEY" \ -F "video=@input.mp4" \ -F "quality=medium" \ -F "resolution=720p"
Playground
Aufrufe werden aus Ihrem Browser mit Ihrem API-Key an diese Website gesendet.
Video file *
Quality
Resolution
Fügen Sie API-Key und Pflichtfelder hinzu, um die Anfrage zu aktivieren.POST /api/free/compress-video