Get custom API form chatGPT!

<aside> 💡 Source Code is available at GitHub:

</aside>

https://github.com/Redskull-127/custom-chatGPTAPI

All you need to do is pass some credentials with your question to:

<https://chat.meertarbani.co/>  //This url

<aside> 💡 To test server status send a GET request to https://chat.meertarbani.co/test!

</aside>

Required Body

//You need to pass json in body as follows
{
	"email": "your-chatgpt-email",
	"password": "your-chatgpt-password",
	"content": "your-question-to-chatgpt"
}

Response

This will send you response generated by chatGPT respectively to your question!