← Back to catalog
TRam AI Platform · Live Demo

TRam Image Reviewer

Pick exactly what to detect in an image — people, children, faces, license plates, screens, identifying documents, whiteboards — and the agent finds every instance, redacts it, and gives you a detection report with confidence and reasoning per finding.

7 detection categories Auto-redaction with 15% padding Per-detection audit trail PNG · JPG · WebP

1. Configure

15%

Each detection's bounding box is inflated by this percentage before redaction. Higher = more forgiving against slightly-off boxes.

Drop an image here or click to browse

Free demo: 3 reviews per session, 10 per IP per day. Sign up for a real API key. Production traffic? See API docs.

2. Result

Pick categories, drop an image, and click Review & redact.

3. Use it from your code

Same endpoint your application would call.

curl -X POST https://api.tramenterprise.com/v1/agents/image-reviewer/execute \
  -H "X-API-Key: tk_live_..." \
  -F 'input={
    "categories": ["faces", "license-plates", "screens-displays"],
    "padding": 0.15
  }' \
  -F "file=@photo.jpg"