# API Regions and endpoints

A Speechace API Key is tied to a specific region. The API currently supports the following regions:

{% code title="US West (Oregon)" %}

```
https://api.speechace.co
```

{% endcode %}

{% code title="AP Southeast (Singapore)" overflow="wrap" %}

```xml
https://api2.speechace.com
```

{% endcode %}

{% code title="EU West (Ireland)" %}

```markup
https://api4.speechace.com
```

{% endcode %}

{% code title="AP South (Mumbai)" %}

```
https://api5.speechace.com
```

{% endcode %}

{% hint style="info" %}
Additional API Keys can be requested under the same Subscription for other regions.
{% endhint %}


---

# 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/api-regions-and-endpoints.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.
