Skip to main content
The Web UI is the hosted web application for reviewing Document Forensics results. It’s best suited for investigator/analyst workflows, PoCs, and operational review.
If your corporate network restricts outbound access, see Domains to allowlist.

When to use the Web UI

Use the Web UI when you want:
  • A fully hosted interface for reviewing results (risk verdicts, indicators, metadata)
  • Direct access for analysts (without building your own viewer)
  • Deep links from your internal tools directly into a specific analysis
  • Optional manual submissions (drag-and-drop) during testing/investigation workflows (if enabled for your tenant)

Web UI URL format

Your Web UI is hosted under a tenant-specific domain.

Production

https://<tenant>-<org>.documents.resistant.ai

Other production cells

If your tenant is provisioned outside EU (us-1, ca-1, ap-2, ap-3), the Web UI hostname includes a cell prefix:
https://<tenant>-<org>.{region.}documents.resistant.ai/analysis/<submission_id>

Testing

https://<tenant>-<org>.documents.testing.resistant.ai
Your exact <tenant>-<org> identifier is provided during provisioning.
You can deep link directly to a single analysis using the submission_id.
https://<tenant>-<org>.documents.resistant.ai/analysis/<submission_id>
https://<tenant>-<org>.documents.testing.resistant.ai/analysis/<submission_id>
If the user is not authenticated, they will be redirected to login (SSO/Okta) and then returned to the deep-linked page.

Roles (high level)

The Web UI supports role-based access:
  • Read-only: view results
  • Read-write: submit documents and view results
Keep privileges to least-necessary.

Testing UI notes (parity and separation)

Testing is separate from production:
  • Different hostname (.documents.testing.resistant.ai)
  • Separate user assignment/provisioning (users must be enabled for the testing tenant/app)
  • Same general UI feature set (used for validation before go-live)