I send an image to Remove.bg through a POST api and receive the background removed image. Currently I am displaying it in an Image element through workflows. And then I want to use this Image element value (image) in a java script.
Can I directly use the output / result image from the API into the Javascript using workflows, instead of displaying it in an Image element and then use that Image element’s value in the javascript?