2022-12-06 19:45:42 +03:00
2022-12-06 19:39:11 +03:00
2022-12-06 19:45:42 +03:00

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]

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}
Languages
TypeScript 91.2%
CSS 8.6%
JavaScript 0.2%