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.
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/clipdrop/remove-background/v1' \
--header'x-api-key: sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--form'image_file=@""'