Skip to main content

Clipdrop - Background Remover

Remove backgrounds from images using Clipdrop's powerful AI technology. This model is optimized for high accuracy, accurately handling complex edges like hair and transparent objects.

Endpoint

Request Headers

FieldValue
API-KEY<api-key>
Content-Typeapplication/json

Parameters

ParameterTypeRequiredDescription
typestringYesFeature type identifier. Must be BACKGROUND_REMOVER
modelstringYesAI model identifier. Must be clipdrop
promptObjectobjectYesConfiguration object containing parameters

Prompt Object Parameters

ParameterTypeRequiredDescriptionDefault
imageUrlstringYesPath to the image for background removal-

Code Examples

curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "BACKGROUND_REMOVER",
"model": "clipdrop",
"promptObject": {
"imageUrl": "development/images/2025_02_16_14_21_09_329_images.jpeg"
}
}'

Interactive Playground

API Playground

https://api.1min.ai/api/features
Path to the image file for background removal

Generated cURL Command:

curl -X POST "https://api.1min.ai/api/features" \
-H "API-KEY: <your-api-key>" \
-H "Content-Type: application/json" \
-d '{
"type": "BACKGROUND_REMOVER",
"model": "clipdrop",
"promptObject": {
"imageUrl": "development/images/2025_02_16_14_21_09_329_images.jpeg"
}
}'

Use Cases

E-commerce

  • Product Photos: Instantly create white-background product shots for listings.
  • Marketing Materials: Isolate products for banners and ads.

Content Creation

  • Thumbnails: Create engaging YouTube thumbnails by isolating subjects.
  • Social Media: Create stickers and memes by removing backgrounds.

Professional Design

  • Composites: Extract elements for complex photo manipulations.