무료 미디어 유틸리티 API
무료 API
APIAny 키로 다양한 무료 미디어 처리 API를 호출할 수 있으며, 사용자 등급에 따라 속도 제한이 적용됩니다.
API 키 필요
Authorization: Bearer 또는 X-API-Key를 사용하세요.
무료 사용자: 5 RPM
이 제한은 모든 무료 API 엔드포인트에서 공유됩니다.
유료 사용자: 500 RPM
활성 구독 또는 결제 완료 주문이 있으면 더 높은 한도가 적용됩니다.
사용 가능한 엔드포인트
각 엔드포인트 페이지에는 사용 안내, 브라우저 Playground, curl 예시가 포함됩니다.
Image compression
POST /api/free/compress-image
Compress a single image to WebP with a 500px or 1200px target width.
Flexible compression
POST /api/free/compress-image-stream
Resize and recompress a single image with custom output format, size, and quality.
Batch compression
POST /api/free/batch-compress
Compress up to 20 images in one request and receive base64 WebP results.
Watermark
POST /api/free/watermark
Apply a text or image watermark to a single image.
Batch watermark
POST /api/free/batch-watermark
Apply the same text or image watermark to up to 20 images.
HEIC conversion
POST /api/free/heic-to-webp
Convert HEIC or HEIF images to WebP.
Video compression
POST /api/free/compress-video
Compress a video to MP4 with a configurable resolution and quality preset.
Audio extraction
POST /api/free/extract-audio
Extract MP3 audio from a video and optionally return a silent video.
