Upscale and Enhance
Upscale or enhance an image based on the supplied parameters. Using a scale of 1 with enhance enabled will only run the enhancer.
Postman Collection
For additional examples, please see this Postman Collection.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The image to upscale. Must be a valid image file. Image dimensions must be between 65536 and 16777216 pixels
Whether to enhance the image using Venice's image engine during upscaling.
true
, false
"true"
Higher values let the enhancement AI change the image more. Setting this to 1 effectively creates an entirely new image.
0 <= x <= 1
0.5
The text to image style to apply during prompt enhancement. Does best with short descriptive prompts, like gold, marble or angry, menacing.
1500
"gold"
How strongly lines and noise in the base image are preserved. Higher values are noisier but less plastic/AI "generated"/hallucinated.
0 <= x <= 1
0.35
The scale factor for upscaling the image. Must be a number between 1 and 4. Scale of 1 requires enhance to be set true and will only run the enhancer.
1 <= x <= 4
2
Response
The response is of type file
.