Dreamina Creative Upscale
Model Overview
Setup your API Key
API Schema
post
Body
modelstring · enumRequiredPossible values:
image_urlstring · uriRequiredExample:
URL or data URL of the input image to upscale. Supported formats: JPEG, PNG. Maximum file size: 4.7 MB. Maximum resolution: 4096×4096 px.
https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/PNG_transparency_demonstration_1.png/280px-PNG_transparency_demonstration_1.pngresolutionstring · enumOptionalDefault:
Target output resolution. Use '2k' for standard upscaling or '4k' for ultra-high-definition output.
2kExample: 2kPossible values: scaleinteger · max: 100OptionalDefault:
Degree of detail generation during upscaling, from 0 (minimal enhancement) to 100 (maximum detail generation). Higher values produce more generated detail but may diverge from the source image.
50Example: 50response_formatstring · enumOptionalDefault:
Format of the returned image. Use 'url' to receive a hosted download link, or 'b64_json' to receive the image as base64-encoded data.
urlExample: urlPossible values: Responses
200Success
application/json
post/v1/images/generations
200Success
Quick Example
Last updated
Was this helpful?