API KEY missing from x-api-key header

Hello the Moralis Community

I used the documentation to find out the X-API Key.
It says to go used the following link explained in the Ash video on youtube “https://deep-index.moralis.io/api-docs/#/storage/uploadFolder and click Try out and execute.
Once i follow those steps, the x-api key is not showing.
Error message”: “API KEY missing from x-api-key header”
Does anyone knows why amd how to make sure to get the right API key ?
Thank you for anyone help , Greatly appreciated

Hi you can get your API key by going to your Moralis Admin page, clicking “Web3 API” on the left and then Copy API Key > Default.

This API key will need to be included in the headers for any API requests. For the deep-index testing, you can put it in by clicking the “Authorize” button at the top of the page.

1 Like

Thank you Glad

so this API is common to all servers , Correct ?

Thank you so much for your help :slight_smile:

The api key is for using the api, it is not used for the servers.

you can also find the api key on this page: https://admin.moralis.io/web3Api
and you can also make API requests directly from that page

1 Like

Thank you Cryptokid :slight_smile: