Skip to content
Search
K
Main Navigation
Docs
Developers
Release Notes
Blog
Appearance
Menu
Return to top
On this page
Step: Read File From URL
Key:
read-file-from-url
Category: Utilities
Description: Fetch file by URL and return as base64.
Inputs
url (text): File URL
Outputs
base64 (text): Base64 content
Notes
Ensure CORS or access permissions for the target URL.