Skip to main content
GET
/
v1
/
files:usage
Get Usage
curl --request GET \
  --url https://api.spitch.app/v1/files:usage \
  --header 'Authorization: Bearer <token>'
{
  "total": "<string>",
  "used": "<string>",
  "total_bytes": 123,
  "used_bytes": 123,
  "num_files": 123
}

Authorizations

Authorization
string
header
required

Authenticate with Authorization: Bearer <token>. The service accepts JWTs, API keys, and guest tokens through this bearer token header.

Response

200 - application/json

Successful Response

total
string
required
used
string
required
total_bytes
integer
required
used_bytes
integer
required
num_files
integer
required