Photoroom
  1. Schemas
Photoroom
  • Remove Background (Basic plan)
    POST
  • Account Details
    GET
  • Image Editing v2 (Plus plan)
    GET
  • Image Editing v2 (Plus plan)
    POST
  • [LEGACY] Image Editing v1 (Plus plan)
    GET
  • [LEGACY] Image Editing v1 (Plus plan)
    POST
  • 数据模型
    • Schemas
      • Resulting image
      • Payment Error
      • Unknown Error
      • Invalid value
      • Remove Background POST params
      • Render image POST params
  1. Schemas

remove-background-post-params(Remove Background POST params)

{
    "image_file": "string",
    "format": "png",
    "channels": "rgba",
    "bg_color": "string",
    "size": "full",
    "crop": "false"
}
Built with