{"name":"shnwazdev-rembgapi","status":"ok","source":"https://github.com/danielgatis/rembg","endpoints":{"GET /api/health":"Health check","GET /model":"Model metadata and supported options","GET /api/model":"Model metadata and supported options","POST /api/remove":"Remove a background from multipart, JSON/base64, URL encoded, or raw image input","GET /api/remove?url=https://example.com/image.jpg":"Remove a background from a remote image URL"},"multipart_example":"curl -s -F file=@input.jpg https://shnwazdev-rembgapi.vercel.app/api/remove -o output.png","json_example":{"method":"POST","path":"/api/remove","body":{"image_base64":"data:image/png;base64,...","model":"u2netp"}},"models":["u2netp","silueta"],"default_model":"u2netp"}