{"service":"Image Processing API","status":"healthy","endpoints":{"POST /api/trim":{"description":"Auto-crop transparent/empty space (async job)","body":"multipart/form-data — field name: \"image\"","response":"JSON with jobId + status/result URLs to poll"},"POST /api/removebg":{"description":"Remove background (async job)","body":"multipart/form-data — field name: \"image\"","response":"JSON with jobId + status/result URLs to poll"},"POST /api/enhance":{"description":"Enhance image quality (async job)","body":"multipart/form-data — field: \"image\" + optional text fields: sharpen, brightness, saturation, gamma, normalize, clahe","response":"JSON with jobId + status/result URLs to poll"},"GET /api/jobs/:jobId/status":{"description":"Check job status (works for all job types)"},"GET /api/jobs/:jobId/result":{"description":"Get the processed image once job is completed"}},"limits":{"maxFileSize":"100 MB","jobExpiry":"30 minutes"}}