Issues with AI connector GET function

Hello, this is a brief video about an issue that I am having. I was hoping someone could help give advice for me to fix it. It is 2 minutes long. I would really appreciate some advice! Thanks :slight_smile:

The issue is that you are not replacing the 1 (tune ID) by an existing one. On the POST to create one, you get this ID 1357695
So https://api.astria.ai/tunes/1357695 Should work.
Now you should set your call like this
https://api.astria.ai/tunes/[id] to be able to dynamically set an ID in this parameter. Try with 1357695 as value to initialize and don’t forget to remove private checkbox

Now, when you remove the ID part, what you are doing is to retrieve a list of tunes.

Thank you so much! This fixed it and now it’s working!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.