← Back to all docs
opentext edocs

OpenText eDOCS API

OpenText eDOCS is document and email management software used by large law firms and corporate legal teams to store, organize, search, and secure matter-centric content with rigorous version control, audit trails, and ethical walls. An unofficial API lets you pull workspace and docume

By Alex KlarfeldFebruary 20, 2026
OpenText eDOCS API

What is OpenText eDOCS?

eDOCS is a document and email management platform tailored for professional services and public sector organizations, with deep adoption in law firms and corporate legal departments. It centralizes content into matter-centric workspaces, enforces security and ethical walls, and integrates with Microsoft Office and Outlook.

Core product areas include:

  • Document & Email Management (matter-centric workspaces, folders, filing from Outlook)
  • Versioning & Collaboration (check-in/out, version history, compare, comments)
  • Metadata & Profiles (client/matter, doc type, author, keywords, custom fields)
  • Security & Ethical Walls (access groups, need-to-know, audit trails)
  • Search & Knowledge (full-text index, saved searches, filters, facets)
  • Records Management (retention schedules, legal holds, disposition)
  • Integrations & Mobility (Office add-ins, InfoCenter UI, connectors)

Common data entities:

  • Workspaces/Matters (workspaceId, clientId, matterId, name, status, practice group)
  • Folders (hierarchy within a workspace: pleadings, correspondence, research)
  • Documents (docId, title, docType, extension, version, author, created/modified)
  • Emails (messageId, subject, from/to/cc, sentAt, attachments, filed location)
  • Versions (versionNumber, checkedOutBy, updatedBy, versionNote, timestamps)
  • Users/Groups (userId, roles, ethical wall groups, teams)
  • Security Policies (ACLs, ethical walls, visibility flags)
  • Audit Events (who did what, when, before/after metadata)

The eDOCS Integration Challenge

Turning a portal-centric DMS into API-driven automation presents challenges:

  • Authentication & SSO: Many deployments sit behind SAML/ADFS or Azure AD with MFA and short session lifecycles
  • Metadata governance: Profiles (client, matter, doc type, author) require validation against firm taxonomies and libraries
  • Check-in/out semantics: Locks, local edits, and concurrent users require conflict-aware versioning and idempotency
  • Security & ethical walls: Access must reflect need-to-know boundaries and dynamic ethical walls across matters
  • Library segmentation: Multiple cabinets/libraries per region or business unit complicate queries and migrations
  • Outlook-driven flows: Email filing and thread linkage often originate from desktop add-ins, not web APIs
  • Large files & long jobs: Brief banks, scans, and productions demand chunked uploads and async processing

How Supergood Creates eDOCS APIs

Supergood reverse-engineers authenticated browser flows and network interactions (e.g., InfoCenter) to deliver a resilient API endpoint layer for your eDOCS tenant.

  • Handles username/password, SSO/SAML/OAuth, and MFA (SMS, email, TOTP) securely
  • Maintains session continuity with automatic refresh and change detection
  • Normalizes workspaces, documents, versions, folders, and users with consistent schemas
  • Aligns with customer entitlements, ACLs, and ethical walls to ensure compliant access
  • Supports high-volume uploads with chunking and background job tracking for large files

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your modules, libraries, and authentication model.

  • Supergood Builds and Validates Your API

We deliver a hardened eDOCS adapter tailored to your workflows, profiles, and ethical walls.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as eDOCS evolves.

Use Cases

Matter-Centric Automation for Legaltech

- Create and update workspaces as matters open or change in your practice management system - Push AI-generated drafts into the correct workspace/folder with validated profiles - Capture emails and attachments with thread linking and apply matter metadata automatically

Cross-DMS Interop With iManage

- Map iManage workspaces to eDOCS workspaces for bi-directional sync during migrations or hybrid environments - Normalize profiles (Client/Matter/Doc Type/Author) across systems and keep versions aligned - Provide a unified knowledge search that respects each platform’s permissions and ethical walls

Knowledge & Search-Enriched Experiences

- Index document profiles and full-text for semantic or clause-based retrieval inside your app - Enrich profiles with classifications (e.g., agreement subtype, governing law) and write back safely - Build matter timelines and binders by assembling documents and emails from multiple sources

Records, Holds, and Audit

- Apply retention categories and legal hold flags from your system-of-record - Capture check-in/out events, rationale, and approver information for defensible audit trails - Export immutable audit logs per matter for client reporting and QA

Technical Specifications

Authentication

Username/password with MFA (SMS, email, TOTP) and SSO/SAML/OAuth where enabled; supports service accounts or customer-managed credentials

Response format

JSON with consistent resource schemas and pagination across modules

Rate limits

Tuned for enterprise throughput while honoring customer entitlements and usage controls

Session management

Automatic reauth and cookie/session rotation with health checks

Data freshness

Near real-time retrieval of workspaces, documents, versions, and security mappings

Security

Encrypted transport, scoped tokens, and audit logging; respects eDOCS ACLs and ethical walls

Webhooks

Optional asynchronous delivery for long-running workflows (e.g., large-file processing, bulk workspace sync)

Latency

Sub-second responses for list/detail queries under normal load; large uploads use chunking with background commit

Throughput

Designed for high-volume document creation and profile updates across active matters

Reliability

Retry logic, backoff, and idempotency keys minimize duplicates and support at-least-once processing

Adaptation

Continuous monitoring for UI/API changes with rapid adapter updates

Frequently asked questions

Supergood supports workflows commonly used by legal teams, including Document & Email Management (workspaces, folders, documents, versions), Search & Profiles (metadata, filters), and Security & Audit (ACLs, ethical walls), subject to your licensing and entitlements. We scope coverage during integration assessment.

We support username/password + MFA (SMS, email, TOTP) and can operate behind SSO/SAML/OAuth when enabled. Sessions are refreshed automatically with secure challenge handling and monitoring for session expiry.

Yes. Many firms use iManage and eDOCS across regions or during migrations. We map workspace identifiers and profile fields (Client/Matter/Doc Type/Author) across systems, synchronize versions where appropriate, and enforce each platform’s permissions and ethical walls. Your app can present a unified experience without forcing users to switch DMS.

We attempt safe lock acquisition, surface who holds the checkout if locked, and support idempotent check-ins with version notes. You can choose to keep the document checked out after check-in or release it.

Yes. We provide chunked uploads with resumable tokens for large documents and attachments. For email, we capture message headers, link threads, and file to the correct workspace/folder with validated profiles.

Ready to get a real API?