curl --request POST \
--url http://localhost:8000/api/v1/client/img-upscale/price-calculation \
--header 'Content-Type: application/json' \
--data '
{
"model": "RealESRGAN_x4",
"width": 123,
"height": 123
}
'{
"data": {
"price": 0.00059
}
}Calculate the cost of image upscaling.
curl --request POST \
--url http://localhost:8000/api/v1/client/img-upscale/price-calculation \
--header 'Content-Type: application/json' \
--data '
{
"model": "RealESRGAN_x4",
"width": 123,
"height": 123
}
'{
"data": {
"price": 0.00059
}
}