DOCUMENT:
Uncrop | Clipdrop APIs
Request Body Parameters
image_file (required)
- Type: file
- Required: Yes
- Description: The original image to process. The image should be a JPG, PNG, or WebP file, with a maximum resolution of 10 megapixels and a max file size of 30 MB.
- Example: "[email protected]"
extend_left (optional)
- Type: integer
- Required: No
- Description: Number of pixels to add to the left of the image. Maximum of 2000 pixels. Defaults to 0.
- Example: "120"
extend_right (optional)
- Type: integer
- Required: No
- Description: Number of pixels to add to the right of the image. Maximum of 2000 pixels. Defaults to 0.
- Example: "0"
extend_up (optional)