Remove Background
POST
https://api.ezlinkai.com/v2beta/stable-image/edit/remove-background
Edit
and removes the background.
Try it out
How to use
POST
request.authorization
field. The body of the request must bemultipart/form-data
, and the accept
header should be set to one of the following:image/*
to receive the image in the format specified by the output_format
parameter.application/json
to receive the image encoded as base64 in a JSON response.image
output_format
Note: for more details about these parameters please see the request schema below.
Credits
Request
Header Params
authorization
string
required
>= 1 characters
content-type
string
required
>= 1 characters
Example:
multipart/form-data
accept
enum<string>
required
image/*
to get the image bytes directly. Otherwise specify application/json
to receive the image as base64 encoded JSON.Allowed values:
image/*application/json
Default:
image/*
stability-client-id
string
optional
<= 256 characters
Example:
my-awesome-app
stability-client-user-id
string
optional
<= 256 characters
Example:
DiscordUser#9999
stability-client-version
string
optional
<= 256 characters
Example:
1.2.1
Body Params multipart/form-data
image
file
required
Example:
./some/image.png
output_format
enum<string>
optional
content-type
of the generated image.Allowed values:
pngwebp
Default:
png
Example:
png
Request samples
Responses
Modified at 2024-08-18 02:36:59