# Speechmatics

{% hint style="danger" %}
Unfortunately this is no longer an option as Speechmatics is discontinuing their web portal (meaning the access to STT with API key will no longer be supported) from 30th of Sept 2020. See their [deprecation notice for more details](https://www.speechmatics.com/transcription-web-portal-deprecation-notice).
{% endhint %}

* ~~sign up to~~ [~~speechmatics~~](https://app.speechmatics.com/login) ~~at~~ [~~app.speechmatics.com/~~](https://app.speechmatics.com)
* ~~In the navigation bar click `Account`~~
* ~~Get `User ID` and `API Auth Token`~~
* ~~copy and paste into the app's settings under `Speechmatics`.~~&#x20;
* ~~`Save`.~~


---

# 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://autoedit.gitbook.io/autoedit-3-user-manual/speech-to-text/speechmatics.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.
