cURL
curl --request GET \ --url https://api.social-api.ai/v1/media/storage \ --header 'Authorization: <api-key>'
{ "count": 12, "limit_bytes": 104857600, "used_bytes": 52428800 }
Returns total bytes used, the plan limit, and file count for the authenticated user.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
OK
12
104857600
52428800