Update README.md

This commit is contained in:
Pawan Osman
2022-12-06 19:45:42 +03:00
committed by GitHub
parent 6848b82f4e
commit 9e266f519a
+20 -2
View File
@@ -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}