Download image result via API

Hi,
I am trying to download an image from a local copy of the image-mixer space using the API link ( i have activated the api by addin api_name=“blend” to the submit request

if I call the function from python i get a respons with a link name , but nothing in the data field:
[{‘name’: ‘/tmp/tmp_mh7nhqc.png’, ‘data’: None, ‘is_file’: True}].
What is the process to download this file?

I havent found any good examples in the documentation or here on the forum.

kind regards,
/Lars

1 Like