DOCUMENT:
Image upscaling | Clipdrop APIs
Request Body Parameters
image_file (required)
- Type: file
- Required: Yes
- Description: The original image to process. The image should be a PNG, JPEG, or WebP file, with a maximum resolution of 16 megapixels and a max file size of 30 MB.
- Example: "[email protected]"
target_width (required)
- Type: text
- Required: Yes
- Description: The desired width in pixels. Valid values are integers between 1 and 4096.
- Example: "2048"
target_height (required)
- Type: text
- Required: Yes
- Description: The desired height in pixels. Valid values are integers between 1 and 4096.
- Example: "2048"
Example Requests