APi so I build the blocks, but the no output occurs, actually, I tested the APi it works fine, but in the blocks, it’s not working. It’s showing null data, please help me
Actually this my updated blocks ,but this also not working,the output is null or plz try again ,I have watched all thunkable tutorials ,and updated this but no use ,
api : https://project-vitamind.onrender.com/predict/
This is my api it takes input as img and gives output in json
Plz help
Can you link to the documentation for connecting to this API? I can tell you already that there are some current known issues using multipart/form-data as the body type.
What is the green response block showing? If you are getting a successful call but the output is not correct, there is an issue with parsing the JSON. I would suggest this tutorial API JSON Tutorial (Video).
Let’s get the response first and we can work easier toward figuring out how to drill into the data needed.
I Have an API which takes input as image and give output as Json , after watching all tutorials on YouTube how to Parse Json the output is coming load failed ,can anyone find the issue?
I am using cloudinary api to convert them into url but my model takes url in only json format but cloudinary is giving img in url not json
Could u plz give solution to it
Hello @aravanagababu595owj3
Based on your last screenshot, you have a “get” API call, have you tried to make it “post”?
Also, on the API body, the field name needs to be set based on your API.