무료 API
API 키로 보호되며 무료로 사용 가능
Image Region Replace
Replace masked regions of one image with content from another image.
엔드포인트
POST /api/free/image-replace무료 등급: 5 RPM. 유료 사용자: 500 RPM. 제한은 모든 무료 API 엔드포인트에서 공유됩니다.
사용 안내
- White or bright mask pixels are replaced by the replacement image.
- Returns JSON with a base64 PNG result.
API 예시
curl -X POST "https://api.apiany.ai/api/free/image-replace" \ -H "Authorization: Bearer $API_KEY" \ -F "original=@original.png" \ -F "replacement=@replacement.png" \ -F "mask=@mask.png"
Playground
요청은 브라우저에서 이 사이트로 API 키를 사용해 전송됩니다.
Original image *
Replacement image *
Mask image *
API 키와 필수 입력값을 추가하면 요청을 실행할 수 있습니다.POST /api/free/image-replace