API Versioning
Speechace API versioning is managed through the request URL.
Prior to version 9, the API required explicit versioning, where the caller specified the exact major and minor version in the request URL.
Starting with major version 9, the API supports explicit or automatic minor version updates, giving callers the option receive incremental updates without needing to specify each minor version explicitly. API callers
Request URL endpoint | Resulting version |
---|---|
This request will use the latest available minor version of v9 (e.g. v9.0 or v9.1 or v9.2 etc.) | |
This request will explicitly use the minor version v9.0 |
The latest API version is v9.
You can find Major versioning history in Appendices.
Last updated