Upload a File via API call
Upload a File via API call
Comments
-
Attached is a flow and a postman collection that will allow users to pass in a file as input to a flow/ API.
You will need to base encode the byte array outside of the flow and decode it once it is a part of the flow. Ive used the following site to encode a file: [url=https://www.base64encode.org/]https://www.base64encode.org/[/url].