ModelsLab/Object Remover
object-removerSeamlessly remove unwanted objects from photos with advanced AI-powered detection, content-aware fill, shadow reconstruction, and high-resolution support for flawless, natural edits.
API Endpoint URL
Base URL for all API requests to this endpoint.
https://modelslab.com/api/v6/image_editing/object_removal
API Authentication
Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.
Integration Examples
Production-ready code samples for API integration
{"init_image": "https://assets.modelslab.com/generations/6a06794f-734e-48f0-b5f8-1f79a2439f75","mask_image": "https://assets.modelslab.com/generations/c518e86b-4630-4c32-a03c-62e856af6423","webhook": null,"track_id": null,"key": "YOUR_API_KEY"}
SDKs
Official SDKs
Production-ready SDKs and client libraries for all major programming languages
API Parameters
Technical specifications for API request parameters.
| Field Name | Parameter | Technical Description |
|---|---|---|
| Reference Image | init_image | Init Image |
| Mask Image | mask_image | mask image |
| webhook | webhook | URL to receive POST API call when complete |
| track_id | track_id | ID for webhook identification |