tool_file_to_base64
Encode a file into base64 format for simplified data transfer, storage, or integration into text-based protocols.
Instructions
[data] File To Base64
Parameters:
file (bytes): File
Outputs:
base64 (string): Base64
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File (base64 file payload) | |
| base64 | No | Base64 |