# Getting the API Key

The Speechace API uses API keys to authenticate requests. To obtain your API keys, you need [Speechace API Subscription](https://www.speechace.com/api-plans/#pricing).

#### Follow the steps below to get your API key:

1. Go to the [Speechace API Plans](https://www.speechace.com/api-plans/#pricing).

2. Select the desired API Plan and fill the details: *Email, Phone, Company and Region*. <br>

   <figure><img src="/files/CLqK9gE4oU1ZuDcjy9i2" alt=""><figcaption></figcaption></figure>

3. Enter your payment details and click on **Subscribe**.<br>

   <figure><img src="/files/ksXs7jdsE0aFUtFsnxZ9" alt=""><figcaption></figcaption></figure>

4. An email will be sent to the registered email address containing the following details:<br>

   <figure><img src="/files/6FVJ1WkDvHR36nIUO8Vz" alt=""><figcaption></figcaption></figure>

5. By clicking on the above link in the email, the API key and the endpoints will be found along with the invoicing details:\ <br>

   <figure><img src="/files/sTX8yMmtKallxJk1UCAb" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/yAqleKGzTkxcb1BqkpjI" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/ixAqcMlD5MqZP88XpSOB" alt=""><figcaption><p><br></p></figcaption></figure>

6. The API Key can be found in the section shown below:

   <figure><img src="/files/AP2USdIGAkaRJHH4CDCE" alt=""><figcaption></figcaption></figure>

7. The invoices can be found in the section shown below:<br>

   <figure><img src="/files/UJn7TXknfWtjfNyUT47F" alt=""><figcaption></figcaption></figure>

8. The daily usage information where the count of total requests made under that subscription can be found in the section below. <br>

   <figure><img src="/files/PChbGc4SE7VRutpa7Vh2" alt=""><figcaption></figcaption></figure>


---

# 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://api-docs.speechace.com/getting-started/pre-requisites/getting-the-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.
