ChatGPT is an artificial intelligence (AI) chatbot that uses natural language processing to create humanlike conversational dialogue. Created by OpenAI.
Valid REST Methods: POST
Endpoint https://api.intellapi.com/api/ask-a-question
Request Headers :
Grab Your API Key From The Sign-up Email.
x-token : 'Your API Key Here'
Sample JSON Query:
We are prompting the ChatGPT Model with a question that consists of "Hello".
We use the "modelNumber" 1 for this.
{
"question": "Hello",
"modelNumber": 1
}
Sample Output: Response Returned From API
{
"result": "\Hello! How can I assist you today?""
}