Logo
LLAMA 2 7B

OpenAI ChatGPT

ChatGPT is an artificial intelligence (AI) chatbot that uses natural language processing to create humanlike conversational dialogue. Created by OpenAI.

Paid Plan

API Information

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'

- Note: This Is Required !


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?"" }