# Getting Your API Key

Your API key is essential for accessing the developer wallet for your project, as well as updating NFT metadata and properties.

Log in to the developer dashboard and select your project to obtain your API key.

<figure><img src="/files/79Oi0Y8uN34wK7WSv9rs" alt=""><figcaption><p>API key section in the developer dashboard</p></figcaption></figure>

Pass your API key via the REST API via the query parameters as "apiKey" or via the request headers as "ALTURA\_API\_KEY". Here's an example of how you can use it:

* Query parameters: ?apiKey=XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX
* Request headers: ALTURA\_API\_KEY: XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX

It is important to note that all project members have access to the API key and can regenerate it. Additionally, the old key is invalidated if an API key is regenerated. You should keep your API key safe and secure to ensure the integrity of your project's NFTs and developer wallet.

The Altura API is free to use and currently has no rate limit, meaning you can use it as much as you want without worrying about additional costs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altura.com/altura-documentation/getting-started/getting-your-api-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
