POST https://www.capix.uz/v2/rembg/
{
"image_url": "https://storage.ws.pho.to/s2/7aa4876bc1f50bc92fc54cb3c326181ac5bbf5ef_m.jpeg"
}
curl -X POST \
-H "Content-Type: application/json" \
-H "token: API_TOKEN" \
-d '{"image_url": "https://storage.ws.pho.to/s2/7aa4876bc1f50bc92fc54cb3c326181ac5bbf5ef_m.jpeg"}' \
'https://www.capix.uz/v2/rembg/'
It returns image bytes.