curl -X POST "https://api.sinhcoms.com/image/background_remover"
-H "Authorization: Bearer YOUR_API_KEY"
-H "Content-Type: application/json"
-d '{
"image_base64": "data:image/png;base64,..."
}'Background Remover API
The Background Remover product represents image background-removal capability in the Vismrit API catalogue. The current controller catalogue may show this legacy product separately from the active Image controller, so the public page clearly distinguishes product availability from currently published endpoints.
What this API is designed to do
Background-removal API product for programmatic image processing.
Where it can fit
These are common integration scenarios; the exact implementation depends on your application, data-handling requirements and subscription tier.
Published routes and methods
The endpoint list below is read from the existing API controller catalogue. Website Management can explain the API, but it cannot invent or replace live endpoint routes.
/background_removerIndexAuthentication, request shape and response handling
These examples are presentation content managed by Website Management. Always compare them with the live API documentation and endpoint catalogue before production integration.
Use an API key assigned to the Background Remover subscription. The public route is currently served by the Image controller at /image/background_remover; the website documentation bridges the legacy product ID to that active route.
{
"status": "success",
"data": {
"message": "Background removed successfully",
"image_base64": "..."
},
"timestamp": "YYYY-MM-DD HH:MM:SS"
}Documented error states
400Image input is missing or invalid401API key authentication or product authorization failed429Daily request limit exceeded502Background-removal upstream returned an invalid or failed response504Background-removal WebSocket timed outFrom subscription to first request
Use the customer dashboard as the control point for keys, whitelist rules and plan limits.
Choose an available plan
Create or assign an API key
Review the published endpoint catalogue
Send supported image input to the active image endpoint
Handle the returned processed image in your application
Choose the request capacity you need
Pricing and limits below are read from the active subscription tiers in the API system.
- 100,000 requests/day
- 3,000,000 requests/month
Before you go live
Endpoint availability is displayed live from the API controller catalogue. If no active endpoint is published for this legacy product ID, use the currently published Image API details before integrating.
Already a customer? Continue from your dashboard.
Sign in to keep purchases, licenses, API keys, downloads, invoices and project requests connected to one account.