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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
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.
mask_file
file
required
mask_file is the mask image, defining the areas that need to be removed.
mode
string
optional
mode is an optional field that can be set to fast or quality to control the tradeoff between speed and quality.