Error: The API call returns a non-object and you picked JSON

Hi, I’m trying to use this api from qr code generator: https://www.qr-code-generator.com/qr-code-api/

I used the “private key in URL” as in the documentation and filled the body like this:

But i get this as a result when click initialize call

Do you know why?

Thanks!

Because you picked JSON and the API doesn’t return a JSON… The error message is exactly the reason why it doesn’t work.

The API return a svg image, so you should set the response (Data type > top right) to image or file

1 Like

Thanks for your reply! Very helpful.
I tried image or file but when i click to initialize call, it doesn’t even open the pop-up showing the result. Do you know what it can be caused by?