Image Download Link Not Showing with Make.com response etc

The image download link is not showing when generating image response via webhooks and Fal.ai.

I can’t comment in an educated manner on this. It might be a limitation of our action system and images generated through it. Maybe @stephenasuncion could provide more insight.

Edit: I confirmed that only images generated through your native image generation integration come with the download button. We will push an update so that all images generated in a chat have a download button.

Hi @marcusdeon, based on the title of the post I’m assuming you are using Make for the webhook. Can you confirm if the scenario successfully runs in Make?

Also, it might be helpful to see the webhook response body in Make and what the code in the Pickaxe action looks like.

1 Like

I havnt used fal or replicate or any flux models yet, but if generating an image on flux is what you’re trying to do, i belive that there needs to be an intermediate step…

  1. API post request to generate image which gives image id# but no url, its being processed
  2. API get request to retrieve image url
  3. Return url response to pickaxe

Again, i havnt looked at these custom actions yet soplease correct me if im wrong.

@ab2308 @fluent_friends im able to generate the image. But once the image is generated, the button to download the image is not there. This image is the button im talking about. It shows when i generate a image using pickaxe image generator, but not when using fal, or make.com to generate a image.

Oh, now I understand. To be honest, I havnt seen that button for a long time. I also havn’t generated images within a pickaxe for a long time. Im using Activepieces… So maybe there is a Pickaxe ‘quirk’ with generating images externally.

1 Like

Indeed, only images generated by Pickaxe’s native image generation have a download button rendered. But we’ll push an update to change that so all generated images have a download button.

2 Likes