Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielgatis/rembg
/ endpoints
Endpoints
5 in github.com/danielgatis/rembg
⨍
Functions
104
◇
Types & classes
24
↳
Endpoints
5
Route
b_command
click.command( # type: ignore name="b", help="for a byte stream as input", )
rembg/commands/b_command.py:None
Route
get_index
app.get( path="/api/remove", tags=["Background Removal"], summary="Remove from URL",
rembg/commands/s_command.py:None
Route
i_command
click.command( # type: ignore name="i", help="for a file as input", )
rembg/commands/i_command.py:None
Route
p_command
click.command( # type: ignore name="p", help="for a folder as input", )
rembg/commands/p_command.py:None
Route
post_index
app.post( path="/api/remove", tags=["Background Removal"], summary="Remove from Stream
rembg/commands/s_command.py:None