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
}
}Calculate the cost of background removal.
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
}
}