download_document
Retrieve archived Yuki documents as base64-encoded strings. Provide a document ID to get the file name and encoded content for further processing.
Instructions
Download an archived document from Yuki as a base64-encoded string. Use list_documents or search_documents to find the document ID first. Returns fileName and fileDataBase64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | Yuki document ID (from list_documents or search_documents). |