Skip to content

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.

Built with VitePress