ChatGPT is a free api to the ChatGPT from OpenAI without Authentication.
you can use it by sending HTTP GET Request to endpoints below:
HTTP GET
GET https://api.pawan.krd/chat/gpt?text=Hello&lang=en
Response You will get json response like this:
{"status":true,"reply":"chat gpt reply","html":chat gpt reply in html format}