POST
/
api
/
v1
/
client
/
img-rmbg
/
price-calculation
Image Background Removal Price Calculation
curl --request POST \
  --url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/img-rmbg/price-calculation \
  --header 'Content-Type: application/json' \
  --data '
{
  "model": "Ben2",
  "width": 123,
  "height": 123
}
'
{
  "data": {
    "price": 0.00046
  }
}

Body

application/json
model
string
required
Example:

"Ben2"

width
integer
height
integer

Response

Price calculated

data
object