My GPT doesn't make POST requests

Ok, so GPT limits are up

Here it is.

Looking obvious

  • initial intent and endpoint and payload – debug shows it’s perfectly aligned with the request
  • but it still ends up with GET o_O – super weird

As if POST’s prohibited and it falls back to GET or smth.

1 Like

where are you grabbing this API from?

that’s my API – I’m in controll, – so can do whatever’s needed to make it work )

Ok, I’ll try check this posting and see if smth works out

It has a POST action to create new task action, so maybe smth will work out

Ok, it’s stupid but a workaround for now:

  • superface.ai – added my API as an additional tool there
  • then used their OpenAPI in GPT Actions and it works fine and creates new records w/o an issue

still, no clue why it doesn’t work directly with GPT Actions