무료 API
API 키로 보호되며 무료로 사용 가능
HEIC to WebP
Convert HEIC or HEIF images to WebP.
엔드포인트
POST /api/free/heic-to-webp무료 등급: 5 RPM. 유료 사용자: 500 RPM. 제한은 모든 무료 API 엔드포인트에서 공유됩니다.
사용 안내
- Accepts binary HEIC/HEIF request bodies or multipart image/file uploads.
- Returns a WebP image response.
API 예시
curl -X POST "https://api.apiany.ai/api/free/heic-to-webp?quality=82" \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: image/heic" \ --data-binary @input.heic \ --output output.webp
Playground
요청은 브라우저에서 이 사이트로 API 키를 사용해 전송됩니다.
HEIC/HEIF image *
Quality
API 키와 필수 입력값을 추가하면 요청을 실행할 수 있습니다.POST /api/free/heic-to-webp