POST /remove-background
X-Api-Key: your-secret
Content-Type: application/json
{ "image": "<base64 oder data:image/png;base64,...>" }
β { "result": "...", "dataUri": "data:image/png;base64,..." }
POST /screenshot-and-remove
X-Api-Key: your-secret
Content-Type: application/json
{
"html": "<HTML-String>",
"elementId": "meineID",
"scale": 2
}
β {
"screenshotDataUri": "data:image/png;base64,...",
"dataUri": "data:image/png;base64,...",
"width": 640,
"height": 480,
"scale": 2
}