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

edit-image-bad-request(Invalid value)

{
    "error": {
        "message": "removeBackground must be boolean"
    }
}
Built with