Hello,
I am trying to use Replicate API to call a prediction, then after successful prediction, have it send that data to the webhook so I can get the result of the api call that way.
https://replicate.com/docs/reference/http
Here is the a screenshot of the initial API call I am sending:
I can getting a successful response:
However, the data is not being received on Bubble when I am under ‘detect data’ for the backend workflow of the webhook:
It is just forever stuck here and Im not getting any data here.
I have tried checking all the boxes too for the api workflow such as ‘ignore privacy rules’ and ‘this workflow can be run without authentication’ ; but still getting the same results.
Any ideas why?
Thanks.