Question

Unable to run a GET request

  • 23 April 2023
  • 3 replies
  • 22 views

Hi,

 

I’m making a Zap wherein input is taken from a user on a softr website. This is passed into an Airtable, which is then passes as a prompt into the OpenAI integration for generating an image using Dall E. The returned value from this Zap is a URL. 

I wish to now retrieve the image to which the URL has been returned by OpenAI’s Zap. I’m running a GET request using Webhook, but getting an error (attached ss). Can anyone help me with this? 

 

Zap flow
Error

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +9

Hi @dhruv564 

The error seems to be saying that you have generated the links few days ago whereas the links expire within a day. So getting a fresh link to the URL field should solve it. And you need to make sure that the links in Zap appear within 24 hours of generation

Hey @robschmidt,

The links are freshly generated by OpenAI. I don’t think they’ll be expired, as it generates fresh links for any new prompt. Is there a way to know whether this is true or not?

Hey @robschmidt, 

 

I was able to run the query. I’m using Softr as a frontend, and I wish to return this image on the website. How do I do that? Any clue?