Skip to main content

Remove Background

POST 

/v1/remove-background

Removes the background from an image.

Input Image Limits:

  • Max size: 25MB
  • Min resolution: 64x64px
  • Max resolution: 6000x6000px

Request

Header Parameters

    Accept string

    Acceptable response media type(s). application/json or image/*. Default is application/json.

Body

    image_url url

    URL of the image to be processed.

    format string

    Possible values: [png]

    The format of the resultant image. Currently, only png is supported.

Responses

Success

Schema

    result_url string

    A URL to access the resultant image which is valid for 1 hour. File format will be png.

Loading...