Henchman Clause and Definition Search

Searches a firm's extracted clauses and definitions across its connected contract database, with intelligent ranking by frequency, document type, and metadata, surfaced inside Microsoft Word and Outlook. This capability is exposed through Henchman's add-ins and an internal application API; no public developer API or API reference is published.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/clause-and-definition-search"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

henchman-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Henchman API
  description: >-
    Henchman is a legal knowledge and contract-drafting AI platform that surfaces a
    firm's own past clauses and definitions from its document management system inside
    Microsoft Word, Outlook, and Copilot. As of this writing Henchman does NOT publish
    a public, documented developer API or API reference. Henchman operates internal
    application API endpoints (under *.henchman.io, covering Dashboard, Auth, Add-in,
    and API surfaces, as referenced in its public bug bounty scope) that power its
    add-ins and document management system connectors, but these are not documented
    for third-party developers and their request/response contracts are not public.
    No endpoints are fabricated here. This paths object is intentionally empty to
    reflect the real, honestly documented surface. The integration surface that is
    documented for customers is the set of supported DMS connectors (iManage,
    NetDocuments, SharePoint, OneDrive, Google Drive, OpenText eDocs) configured via
    service accounts and setup guides, plus the Microsoft 365 add-ins - not a
    self-serve REST API. Henchman was acquired by LexisNexis in 2024 and is being
    integrated into Lexis+ AI and Lexis Create+.
  termsOfService: https://henchman.io/terms-and-conditions
  contact:
    name: Henchman
    url: https://www.henchman.io
  version: '0.0'
servers:
  - url: https://www.henchman.io
    description: >-
      Marketing and product site. No public API base URL is documented. Internal
      application endpoints exist under *.henchman.io but are not published for
      external developer use.
paths: {}
components: {}