- Print
- PDF
📌This documentation provides a comprehensive guide to the Speech Recognition (SR) API services offered by Knovvu. It includes detailed information on the base URLs and specific endpoints for different geographical regions.
📌Each region has its own base URL and endpoints for tasks like speech recognition and retrieving available language models.
📌Users should choose the region based on their geographical proximity to minimize latency and ensure optimal performance. Additionally, the available language models may vary across regions, so users should select a region that supports the languages they need for their applications.
API Region URLs
Region | Base URL |
---|---|
Paris | https://srapi.knovvu.com |
Ohio | https://sr.useast.knovvu.com |
London | https://sr.uk.knovvu.com |
Türkiye | https://sr.tr.knovvu.com |
Dubai | https://sr.uae.knovvu.com |
The URLs listed above are the base URLs for each region. When using an endpoint, replace the {{Address}}
placeholder in the endpoint details with one of these base URLs. For example, to make a speech dictation request for the Ohio region, use the following URL:
https://sr.useast.knovvu.com/v1/speech/dictation/request
.
For more information on the API documentation and how to make requests, please visit the Transcription page.