Image Projects
AI Image Upscaler
Upscale your image using AI. Each 2x upscale costs 50 frames, and 4x upscale costs 200 frames.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Body
How much to scale the image. Must be either 2 or 4
Example:
2
Provide the assets for upscaling
The name of image
Example:
"Image Upscaler image"
Response
200
application/json
Success
Unique ID of the image. This value can be used in the get image project API to fetch additional details such as status
Example:
"clx7uu86w0a5qp55yxz315r6r"
The frame cost of the image generation
Example:
50
Was this page helpful?