Speech API status
GET/api/system/status
Return status of the Speech API
Request
Responses
- 200
- 400
- 422
- 429
Successful Response
Request payload data was invalid and could not be parsed.
Error during validation of request payload data occurred.
Request rate limit exceeded.
The request may be retried after a while. The following response headers may be checked for details: retry-after
, x-ratelimit-limit
, x-ratelimit-remaining
, x-ratelimit-reset
.
Response Headers
retry-after
Header indicates how long the user agent should wait before making a follow-up request.
x-ratelimit-limit
Size of the current rate limiting window.
x-ratelimit-remaining
Remaining number of requests in the current rate limiting window.
x-ratelimit-reset
Time at which the current rate limiting window resets (in UTC epoch).