The community member is building a full-stack app using LLamaIndex and is wondering whether a request to an API that creates a transcript from a YouTube video URL and returns a summary should be a "GET" or a "POST" request. Another community member suggests that since the request is only sending a URL, it feels like a GET request.
slightly off topic maybe but since I am building a full-stack app using LLamaindex, I was wondering should a request to an API that is creating a transcript from a YouTube video URL and then returning a summary be a "GET" or a "POST" request?