Get transcriptions count
Returns the total number of transcriptions, split by request scope.
Headers
AuthorizationRequiredBearer <SONIOX_API_KEY>Response
200
Total number of transcriptions, split by request scope.
playgroundRequiredintegerNumber of transcriptions created via the Playground.
public_apiRequiredintegerNumber of transcriptions created via Public API.
totalRequiredintegerTotal number of transcriptions across all scopes.
Errors
Total number of transcriptions, split by request scope.
{
"playground": 8,
"public_api": 42,
"total": 50
}Authentication error.
{
"error_type": "unauthenticated",
"message": "Incorrect API key provided. You can get an API key at https://console.soniox.com",
"request_id": "3d37a3bd-5078-47ee-a369-b204e3bbedda",
"status_code": 401,
"validation_errors": []
}Internal server error.
{
"error_type": "internal_error",
"message": "The server encountered an error. Please try again. If the issue persists contact support@soniox.com.",
"request_id": "3d37a3bd-5078-47ee-a369-b204e3bbedda",
"status_code": 500,
"validation_errors": []
}