@florianherzog
" why do you btw need a JSON, can’t you just send a string as query with a HTTP GET (or POST?) request to GPT?"

I tried to sent the “Raw text” through API to GPT, but its results in an error. Not sure though if its because of the character limit or the JSON format with invalid characters upon transforming it to raw text. I first need to get rid of a lot of unnecessary data before GPT allows me to do the API call it looks like. Eventually sending the remainder as string would probably be fine.

I will try to go through your steps and see if I can make it work :slight_smile: .
Ill be back!