POST
/
image
/
upscale
curl --request POST \
  --url https://api.venice.ai/api/v1/image/upscale \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'scale=[
  2,
  4
]'
This response does not have an example.

Postman Collection

For additional examples, please see this Postman Collection.


Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
image
file
required

The image to upscale. Must be a jpeg or png.

scale
number
default:
2

The upscale factor to apply to the image. Default is 4.

Response

200
image/png
OK

The response is of type file.