← Back to catalog
TRam AI Platform · Live Demo

TRam Image Redactor

Upload an image and we'll detect faces, license plates, screens, ID cards, name tags, and other identifying surfaces — then black them out and hand back a redacted version with a full audit trail.

Vision LLM Solid black redactions General PII + HIPAA modes Structured audit trail

1. Try it

Detects faces, license plates, screens, ID cards, name tags, addresses.

Drop an image here or click to browse

Free demo: 3 redactions per session, 10 per IP per day. Sign up for a free account to keep going with a real API key.

2. Result

Upload an image and click Redact image. The result will appear here.

3. Use it from your code

The demo above hits the same endpoint your code would call. Anonymous demo calls are limited; for production traffic, talk to us about an API key.

curl -X POST https://api.tramenterprise.com/v1/agents/image-redactor/execute \
  -H "X-API-Key: tk_live_..." \
  -F 'input={"mode":"general-pii"}' \
  -F "file=@photo.jpg"

Full reference: api.tramenterprise.com/swagger