POST
AI Image Upscaler
Upscale an image up to 4x using AI. Saves the output to cloud storage and returns a public URL.
Endpoint
https://api.seaavey.com/tools/upscale Request Body
file file required The image file to upscale. Max size 5MB. Formats: jpeg, png, webp.
Accepts: image/jpeg, image/png, image/webp
factor number The upscale factor. Integer between 1 and 4. Default: 2. Max: 4.
Response
-
status— number -
success— boolean -
latency— string -
data— string
Errors
401 Invalid or expired API key 400 Image file is required / Invalid format 429 Too many requests 500 Failed to upscale image