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
- 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
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
- 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)
- the original file bytes (
- Data is passed into the iframe via
postMessage()
Shared prerequisites
Depending on your environment and security posture, you may also need:- Network egress allowlisting: see Domains to allowlist
- Web UI authentication setup (SSO / IdP): see Web UI authentication