VisionClean PHP

Photo Enhancer API

Endpoint: POST /api/v1/photo-enhancer

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