HakiChain documentation
HakiChain is a legal intelligence platform for lawyers, firms, and legal programs. This documentation hub links product guides, onboarding material, and public developer resources. The interactive application requires JavaScript; the guides below are available without signing in.
Product guides
HakiChain API documentation
Public machine-readable and human-readable API resources:
- HakiChain developer portal — API overview, rate limits, authentication, and MCP information
- HakiChain OpenAPI 3.1 specification — machine-readable API description
- HakiChain public discovery API —
GET /api/v1/platformreturns documentation links (JSON or Markdown viaAccept: text/markdown) - HakiChain API deprecation and Sunset policy
- HakiChain API docs — alias for the developer portal
- HakiChain OpenAPI — alias for
/openapi.json
Authentication
The public discovery API requires no authentication. Customer-data APIs for matters, documents, and workspaces require an approved integration and authenticated credentials issued by HakiChain. Contact info@hakichain.com for enterprise API or MCP access. Do not send confidential client material to public endpoints.
Example public API request
curl -s -H "Accept: application/json" https://hakichain.com/api/v1/platform
Request Accept: text/markdown on the homepage, /docs, /developers, /developers/deprecation-policy, or /api/v1/platform for Markdown responses suitable for agents.