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 →
| Command | Calls | What it does |
|---|---|---|
hanzo legal documents sign complete <id> | POST /v1/legal/documents/{id}/sign/complete | Record that a generated document's signature request completed |
hanzo legal documents sign create <id> | POST /v1/legal/documents/{id}/sign | Opens 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 list | GET /v1/legal/documents | Returns the org's generated documents, newest first, WITHOUT their rendered content — fetch one document to read its… |
hanzo legal documents create | POST /v1/legal/documents | Renders 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 get | GET /v1/legal/filings | Returns the org's filing records, newest first — which documents were filed where, through which provider, and what the… |
hanzo legal filings create | POST /v1/legal/filings | Records a filing of one or more of the org's documents with a state or agency, and returns the tracking record. |
hanzo legal health | GET /v1/legal/health | Reports 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 list | GET /v1/legal/templates | Returns the org's effective template catalog: every built-in template, with any the org has overridden replaced by its… |
How is this guide?