B
Γ—Quantum Nexus

BOX Γ— NEXUS LEGAL Β· DMS INTEGRATION

Your DMS, now with built-in legal analysis.

Connect Box once via OAuth 2.0 β€” the same flow you use for Slack or Google. From that moment, browse your Box folders inside Nexus and fire a full ISO 31000 legal analysis on any file with one click, without duplicating your workflow.

OAuth 2.0 Β· one-click setupZero Retention Β· RAM-only processing36 countries & international organizations1 credit per analysis Β· 50 MB maxPDF Β· DOCX Β· TXT Β· MD

HOW IT WORKS

Connect once, analyze forever.

01

Authorize Nexus in Box (30 sec)

Go to /settings/dms and click 'Connect Box'. You are redirected to Box's OAuth consent screen β€” the same flow you already use for Slack or Google. Authorize once, and the connection persists.

02

Browse your Box folders inside Nexus

Your Box folder tree appears directly inside Nexus. Navigate to any PDF, DOCX, TXT, or MD file without downloading anything to your local machine or leaving the platform.

03

One click β†’ full legal analysis

Click Analyze. Nexus downloads the file for the duration of the analysis window, runs Node A (primary analyst) + Node B (adversarial audit) in the jurisdiction and legal branch you select, then discards the file. You receive the full report with certainty locks.

WHAT YOU GET

Every analysis. Complete.

πŸ”

Critical clause identification

Clauses with legal risk, obligations, and critical terms are flagged with certainty locks [L1]–[L5-C]. No generic summaries β€” every claim is traceable to the source text.

βš”οΈ

Node A + Node B cross-check

Two distinct LLMs contrasting each other: Node A (primary analyst) and Node B (adversarial auditor). Unsubstantiated claims, misattributed locks, and omissions are surfaced explicitly.

🌍

Automatic jurisdiction & branch adaptation

Choose jurisdiction (ES, CO, MX, AR, CL, PE…) and legal branch (civil, criminal, commercial, labour…). The engine loads the correct normative corpus and modules automatically.

πŸ“‹

Full audit trail with Box metadata

Every analysis includes a structured NEXUS-AUDIT-TRAIL block with Box file_id, last-modified timestamp, and a hash of the processed text. Machine-readable and cryptographically verifiable.

ZERO RETENTION

Your document never leaves Box.

Nexus downloads your file exclusively during the analysis window, processes it entirely in RAM in the Netherlands (Railway europe-west4), then immediately discards it. The only persistent copy of your document remains in Box, under your own retention policies and access controls.

  • βœ“Downloaded only during analysis β€” never stored
  • βœ“Processed in RAM, never written to disk
  • βœ“No copy persists in Nexus storage β€” ever
  • βœ“Box remains the single source of truth

FOR DEVELOPERS

Also available from the API.

Trigger Box document analysis programmatically β€” same endpoint pattern, same response format as /api/v1/analyze. No UI required.

bash
curl -X POST https://legal.nexusquantum.legal/api/v1/dms/box/analyze \
  -H "Authorization: Bearer $NEXUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id":      "1234567890",
    "jurisdiction": "ES",
    "legal_branch": "civil"
  }'

# Response β€” same format as /api/v1/analyze
# {
#   "analysis": {
#     "certaintyLocks": ["[L2-J] Art. 1554 CC…", "[L5-C] termination clause"],
#     "riskScore": 42,
#     "auditTrail": { "box_file_id": "1234567890", "hash": "sha256:…" }
#   }
# }

file_id Β· Box file ID β€” jurisdiction Β· ISO country code β€” legal_branch Β· civil Β· criminal Β· commercial Β· labour

1 credit per analysis Β· 50 MB per file Β· requires Box OAuth connection in /settings/dms

Full API reference β†—

Connect Box. Start analyzing.

Your documents stay in Box. Your analysis lives in Nexus. Zero workflow disruption.

POST /api/v1/dms/box/analyze Β· 1 credit Β· 50 MB Β· Zero Retention