Get files count
Returns the total number of files, split by source.
Headers
AuthorizationRequiredBearer <SONIOX_API_KEY>Response
200
Total number of files, split by source.
playgroundRequiredintegerNumber of files uploaded via the Playground.
public_apiRequiredintegerNumber of files uploaded via Public API.
totalRequiredintegerTotal number of files across all sources.
Errors
Total number of files, split by source.
{
"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": []
}