# Get API Key

### Get OpenAI Key

This application used the OpenAI ChatGPT language model. To get APIs from OpenAI, you must register on their website. Once you are registered, visit the following link;

{% hint style="info" %}
<https://platform.openai.com/>
{% endhint %}

Once you are logged in, click on your profile logo as shown in image below.

<figure><img src="https://1327755626-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhKGTUnosycEMCcNWfLHq%2Fuploads%2FQpuA72tj2SkIDM060wZe%2FScreenshot%202023-03-07%20at%2011.50.26.png?alt=media&#x26;token=eabf0d48-c821-4633-914a-47cb9d534b18" alt=""><figcaption><p>OpenAI Dashboard</p></figcaption></figure>

Once you click on your profile image, you will see **View API Key.** Click on the same and you will navigate to the API page. On this page you will see as follows;&#x20;

<figure><img src="https://1327755626-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhKGTUnosycEMCcNWfLHq%2Fuploads%2FY4UmHtFtGZ58M203jL27%2FScreenshot%202023-03-07%20at%2011.58.09.png?alt=media&#x26;token=290adeb0-54bf-4bbf-a525-e4c5d7a1713e" alt=""><figcaption><p>OpenAI API</p></figcaption></figure>

Now click on **+ Create new secret key.**  Now you will be prompted with a new API key and you need to save it somewhere or copy it to the clipboard.

###
