Skip to main content
Version: V2

Remove background

POST 

/v2/style-dna/remove-background

Remove the background from an image and return a new asset with a transparent background. Images must fit within 2048×2048 and a total area of 1,763,584 pixels.

Request

Body

required

    imageUrl stringrequired
    imageFormat string

    Possible values: [png, webp]

    Default value: png

    Specify the format of the output image: png or webp

    webhook uri

    Optional webhook URL. When provided, the server will POST the final artwork result to this URL upon completion.

Responses

Artwork accepted; webhook fires on completion.

Loading...