From 9e266f519ac49d5fb14df89ca617f23bbdd72356 Mon Sep 17 00:00:00 2001 From: Pawan Osman Date: Tue, 6 Dec 2022 19:45:42 +0300 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5983c6..2dec18b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# ChatGPT -Access ChatGPT API without authentication! + +# Welcome to ChatGPT API + +**ChatGPT** is a free api to the ChatGPT from OpenAI without Authentication. + +# How to use ChatGPT API? +you can use it by sending `HTTP GET` Request to endpoints below: + +| Query | Definition | +|--|--| +| text | Your Message| +| lang | your text language (Default is English) [\[Language Codes\]](https://cloud.google.com/translate/docs/languages) | + + +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}