Integrating REST APIs into Decisions
Comments
-
I know how to call a flow via REST, but how would I configure the flow to take an image as an input or how can I send the image to the flow?
-
Make sure you have an input in the flow as a FileData datatype.
The Decisions API Integration requires the file to be Base64 Encoded
Useful Documentation: