ai_rembg
An authenticated client can post a request to this AI to remove an image background behind a face
This AI can run AI alongside a Daemon on CPU only
Get the JSON config file for this AI
GET
https://opensourceais.com/api/v1/public/config/rembg
You should not need to call this endpoint. This is just a FYI to understand all input parameters sent to the AI.
Post a request to Remove Background via OpenSourceAIs
POST
https://opensourceais.com/api/v1/private/client/ai/rembg
Request Body
Name | Type | Description |
---|---|---|
url_upload | String | A well formed URI starting with https://... and accessing a PNG or JPG image. |
Last updated