프로덕션용
이미지 최적화 API
한 번의 동기 API 요청으로 이미지를 압축, 크기 조정 및 변환하세요. 성공한 이미지에만 크레딧이 사용됩니다.
Synchronous and simple
Send multipart form data and receive the optimized image bytes in the same response.
No image retention
Source and output images are processed in memory and are not stored after the request.
Predictable credits
One successful image costs one credit. Validation, decode, and processing failures cost zero.
One endpoint, useful controls
- JPEG, PNG, WebP, AVIF, HEIC, and HEIF input.
- JPEG, PNG, WebP, or AVIF output—never HEIC output.
- Quality, maximum width, maximum height, and metadata controls.
- 20 MB, 25 megapixel, one-frame, and 30-second safety limits.
- Idempotent retries with the optional
Idempotency-Keyheader.
curl -X POST "$API_URL/v1/images/optimize" \
-H "Authorization: Bearer oyi_live_..." \
-H "Idempotency-Key: upload-123" \
-F "[email protected]" \
-F "output_format=webp" \
-F "quality=80" \
--output photo.webpStart with 100 trial credits
Create an account and API key to receive the one-time trial. Paid plans start at $9/month, and top-ups never enable automatic overages.
Create an API key