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,..."
}'Image API
The Image API is the active image-processing controller in the current catalogue. Its published background-removal route can be integrated into server-side or application workflows while subscription, API-key and request-limit controls remain managed by the Vismrit API platform.
What this API is designed to do
Image-processing API currently publishing a background-removal route.
Where it can fit
These are common integration scenarios; choose the approach that fits your application and subscription plan.
Published routes and methods
Use the published routes and methods below when integrating this API.
/image/background_removerBackground RemoverAuthentication, request shape and response handling
Use these examples as a quick integration reference and check the current API documentation before production use.
Use Authorization: Bearer YOUR_API_KEY or X-API-Key. The image endpoint accepts image or image_base64 from form/query input, or JSON containing either field.
{
"status": "success",
"data": {
"message": "Background removed successfully",
"image_base64": "..."
},
"timestamp": "YYYY-MM-DD HH:MM:SS"
}Documented error states
400Image is required or request image data cannot be encoded401API key authentication or product authorization failed429Daily request limit exceeded502Invalid/failed background-removal upstream response504Background-removal WebSocket timeoutFrom subscription to first request
Use the customer dashboard as the control point for keys, whitelist rules and plan limits.
Choose an Image API plan
Generate or assign an API key
Prepare the supported image input format
Call the published background-removal endpoint
Store or return the processed image according to your application workflow
Before you go live
Large image payloads can affect response time and bandwidth. Validate file size and type before sending requests and use server-side integration for sensitive uploads.
Already a customer? Continue from your dashboard.
Sign in to keep purchases, licenses, API keys, downloads, invoices and project requests connected to one account.
