Hi Xano Community,
I'm currently integrating the Ideogram API with my Xano backend to generate images based on prompts. While making a POST request to the /generate
endpoint, I'm encountering a 400 Bad Request
error. The error message specifies:
I dont know if the parms value is not configured as the ideogram API expects.
Error 400 - Expecting value: line 1 column 1 (char 0)
How I configured: (I erased my api key, but it was correctly authorized)
Can anyone help me?