CLITranslate
Translate
3 `hanzo` commands for Translate, each calling one operation on api.hanzo.ai.
Package translate is text in, the same text out in the language you asked for.
3 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo translate memory get | GET /v1/translate/memory | List returns the org's own translation-memory entries, newest first, optionally narrowed to one target language and/or… |
hanzo translate memory replace | PUT /v1/translate/memory | Review records a human decision on one translation-memory entry, and returns the entry as stored. |
hanzo translate create | POST /v1/translate | Translate a string or a batch into one target language |
How is this guide?