Skip to main content
This section explains the available UI options for viewing Resistant Documents results and how to integrate them into your workflow.
Resistant AI supports two UI options: Web UI (hosted) and Offline iFrame viewer.

Choose the right UI option

Web UI (hosted)

Best for analyst workflows, deep links, and optional manual submissions.

Offline iFrame viewer

Best for embedded experiences and restricted environments.

Web UI (hosted web app)

Use the Web UI if you want a fully hosted analyst experience for reviewing results in a browser. Best for
  • Fraud / underwriting / claims analysts reviewing cases in a dedicated UI
  • Manual (drag-and-drop) document submissions during testing or investigations
  • Deep linking to specific analyses from your internal systems
Key characteristics
  • Hosted by Resistant AI
  • Accessed via a tenant-specific URL
  • Role-based access (read-only / read-write)
  • Authentication via Resistant AI-managed accounts or federated SSO
Deep links You can link directly to an analysis using:
https://<tenant>-<org>.{region.}documents.resistant.ai/analysis/<submission_id>
➡️ Next: Accessing the Web UI

Offline iFrame viewer

Use the Offline iFrame viewer if you need to embed the results viewer into your own tool or run in restricted environments. Best for
  • Embedding the viewer into an internal portal
  • Restricted / air-gapped environments
  • Workflows where your system fetches results via API and renders them locally
Key characteristics
  • Rendered in an <iframe> using a self-contained HTML/JS bundle
  • Your application provides:
    • the original file bytes (ArrayBuffer)
    • result payload(s) from the Documents API:
      • /fraud (required)
      • /decision (optional)
      • /classification (optional)
  • Data is passed into the iframe via postMessage()
The Offline iFrame viewer requires provisioning and is enabled by agreement.
This documentation uses placeholders for the iframe bundle URL to prevent uncoordinated deployments.
➡️ Next: Offline iFrame overview

Shared prerequisites

Depending on your environment and security posture, you may also need:
If you’re unsure where to start: use the Web UI first. It is the fastest path to analyst validation, and you can add the Offline iFrame later if needed.