Skip to main content
Version: v2

Remove Background

POST 

/v2/studio/artworks/remove-background

Start a remove-background generation. Billed to your Studio credits. The result arrives by webhook or polling.

Request

Body

required

    imageUrl urirequired

    URL of the image to remove the background from.

    outputFormat string

    Possible values: [auto, png, webp]

    Default value: auto

    Output image format. auto lets the provider pick. Supported: auto, png, webp.

    webhook uri

    Optional HTTPS callback URL. Receives a signed delivery when the artwork finalizes.

Responses

Accepted — generation queued.

Schema

    id string

    Artwork id. Poll GET /studio/artworks/{id} or await the webhook.

Loading...