← Back to catalog
TRam AI Platform · Live Demo

TRam Document Intelligence

Upload a PDF, DOCX, image, or paste raw text — pick a document type or supply a custom schema — and get back structured fields with confidence scores, reasoning, and (where available) page numbers.

PDF · DOCX · Image · Text 5 built-in types + custom schema Confidence + reasoning per field Audit trail

1. Configure

Extract parties, dates, term, governing law, and other standard NDA fields.

Drop a document here or click to browse

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

2. Result

Configure a document type, upload or paste your document, and click Extract fields.

3. Use it from your code

Same endpoint your application would call. Free demo limits apply unless you supply an API key.

curl -X POST https://api.tramenterprise.com/v1/agents/document-intelligence/execute \
  -H "X-API-Key: tk_live_..." \
  -F 'input={"doc_type":"nda"}' \
  -F "file=@contract.pdf"

Full reference: api.tramenterprise.com/swagger