How do I display data from a webhook response on WeWeb page?

I have a n8n workflow that is triggered by a button press on a weweb page. This webhook takes text from my weweb page and spits out an audio file using text to speech. Right now I’m just trying to figure out how the user can access the audio file via the webpage if the webhook sends it back to that specific page? Thank you. Here is my workflow: (no problems on the workflow side, just trying to have the resulting file be accessed on my weweb page)

You need to save it in a variable and then use it in your workflows. You should return the file as a base64/blob/array buffer and then you can work in WeWeb with that