curl -X GET https://api.verbalisai.com/v1/storage/info \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"data": {
"totalStorageUsed": 2048576000,
"totalStorageUsedFormatted": "1.91 GB",
"fileCount": 156,
"storageLimit": 10737418240,
"storageLimitFormatted": "10 GB",
"availableStorage": 8688842240,
"availableStorageFormatted": "8.09 GB",
"usagePercentage": 19.1
}
}
Get storage usage information for the authenticated user
curl -X GET https://api.verbalisai.com/v1/storage/info \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"data": {
"totalStorageUsed": 2048576000,
"totalStorageUsedFormatted": "1.91 GB",
"fileCount": 156,
"storageLimit": 10737418240,
"storageLimitFormatted": "10 GB",
"availableStorage": 8688842240,
"availableStorageFormatted": "8.09 GB",
"usagePercentage": 19.1
}
}
curl -X GET https://api.verbalisai.com/v1/storage/info \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"data": {
"totalStorageUsed": 2048576000,
"totalStorageUsedFormatted": "1.91 GB",
"fileCount": 156,
"storageLimit": 10737418240,
"storageLimitFormatted": "10 GB",
"availableStorage": 8688842240,
"availableStorageFormatted": "8.09 GB",
"usagePercentage": 19.1
}
}
Show Storage Information Object