upload_file_base64
Upload base64-encoded files to temporary storage for PDF processing. Supply the file data and filename to make it available for text extraction, merging, or conversion.
Instructions
Upload a file encoded as base64 and persist it in temp storage.
Pass the base64-encoded content and the desired filename (e.g., "document.pdf").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64 | Yes | ||
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||