<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>
//You need to pass json in body as follows
{
"email": "your-chatgpt-email",
"password": "your-chatgpt-password",
"content": "your-question-to-chatgpt"
}
This will send you response generated by chatGPT respectively to your question!