Storage Usage
Developing
POST
/organization/matrices/storage
Get Project Storage Usage
{
"start_time": "2024-02-17T08:35:00Z",
"end_time": "2024-05-18T08:35:00Z"
}
/projects/:projId/metrics/storage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/organization/matrices/storage' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": "2024-01-01T08:35:00Z",
"end_time": "2024-07-01T08:35:00Z"
}'
Response Response Example
200 - OK - Success
{"message":"Success Storage Usage Analytics","result":{"id":"00000000-0000-0000-0000-000000000000","project_id":"ded9c398-c1bb-4911-a71e-8810324129e9","user_id":"3f1b4355-0827-4bc6-a118-a56e0225f0fd","timestamp":"0001-01-01T00:00:00Z","transcoding_hours":0,"storage":5000,"traffic":2500,"created_at":"0001-01-01T00:00:00Z","updated_at":"0001-01-01T00:00:00Z"},"success":true}
Request
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01