Photoroom
    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

      Account Details

      Production server (Plus plan)
      https://image-api.photoroom.com
      Production server (Plus plan)
      https://image-api.photoroom.com
      GET
      /v1/account
      Get current account details, including remaining credits balance and monthly quota
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://image-api.photoroom.com/v1/account'
      Response Response Example
      200 - Example 1
      {
          "credits": {
              "available": 100,
              "subscription": 100
          }
      }

      Request

      None

      Responses

      🟢200OK
      application/json
      Body

      🟠400Bad Request
      Modified at 2024-07-26 07:39:23
      Previous
      Remove Background (Basic plan)
      Next
      Image Editing v2 (Plus plan)
      Built with