Skip to main content
GET
/
media
/
storage
Get storage usage
curl --request GET \
  --url https://api.social-api.ai/v1/media/storage \
  --header 'Authorization: <api-key>'
{
  "count": 12,
  "limit_bytes": 104857600,
  "used_bytes": 52428800
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Response

OK

count
integer
Example:

12

limit_bytes
integer
Example:

104857600

used_bytes
integer
Example:

52428800