VisionClean PHP

Background Removal API

Endpoint: POST /api/v1/background-removal

curl -X POST https://ai.nesabook.com/api/v1/background-removal \
  -H "x-api-key: vcp_xxx" \
  -H "Content-Type: application/json" \
  -d '{"imageUrl":"https://example.com/file.jpg"}'