Hanzo
CLILegal

Legal

11 `hanzo` commands for Legal, each calling one operation on api.hanzo.ai.

Package legal is the paperwork your company needs, drafted, signed and filed.

11 commands · API reference →

CommandCallsWhat it does
hanzo legal documents sign complete <id>POST /v1/legal/documents/{id}/sign/completeRecord that a generated document's signature request completed
hanzo legal documents sign create <id>POST /v1/legal/documents/{id}/signOpens an e-signature request over one document and moves it to out_for_signature, returning the provider's reference…
hanzo legal documents get <id>GET /v1/legal/documents/{id}Returns one of the org's documents WITH its rendered body.
hanzo legal documents listGET /v1/legal/documentsReturns the org's generated documents, newest first, WITHOUT their rendered content — fetch one document to read its…
hanzo legal documents createPOST /v1/legal/documentsRenders a document from a template and the caller's own merge data, seals it in the org's store, and returns it with…
hanzo legal filings getGET /v1/legal/filingsReturns the org's filing records, newest first — which documents were filed where, through which provider, and what the…
hanzo legal filings createPOST /v1/legal/filingsRecords a filing of one or more of the org's documents with a state or agency, and returns the tracking record.
hanzo legal healthGET /v1/legal/healthReports that the legal subsystem is serving and how many built-in templates its catalog carries.
hanzo legal templates get <id>GET /v1/legal/templates/{id}Returns one template resolved for the caller's org — the org's own override if it has saved one, else the built-in —…
hanzo legal templates set <id>PUT /v1/legal/templates/{id}Saves the org's own version of a template — a custom NDA, a house MSA — and returns it with its new version number.
hanzo legal templates listGET /v1/legal/templatesReturns the org's effective template catalog: every built-in template, with any the org has overridden replaced by its…

How is this guide?