Clipdrop is a company that provides AI image editing services, allowing for quick and easy modifications to images. We are fully aligned with their official API, and you only need to replace the API Base URL to use it.For details, please view: https://clipdrop.co/apis/docs/cleanupPrice: 0.5 PTC / call
Request
Header Params
x-api-key
string
required
API Key from 302.AI backend
Example:
{{YOUR_API_KEY}}
Body Params multipart/form-data
image_file
file
required
image_file is the original image to process.
extend_left
integer
optional
an optional extend_left integer field corresponding to the number of pixels to add to the left of the image, maximum of 2k, defaults to 0.
extend_right
integer
optional
an optional extend_right integer field corresponding to the number of pixels to add to the right of the image, maximum of 2k, defaults to 0.
extend_up
integer
optional
an optional extend_up integer field corresponding to the number of pixels to add at the top of the image, maximum of 2k, defaults to 0.
extend_down
integer
optional
an optional extend_down integer field corresponding to the number of pixels to add at the bottom of the image, maximum of 2k, defaults to 0.
seed
integer
optional
an optional seed integer field between 0 and 100_000. Setting the seed makes the result deterministic (ie you will always get the same output).