Get Matrics
Developing
GET
/projects/{projId}/matrices
Get Project Metrics
/projects/<project_id>/metrics
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/matrices'
Response Response Example
200 - OK - Success
{"message":"project metrics","result":{"total_videos":0,"total_collections":0,"total_storage":0,"total_transcoding_hour":0},"success":true}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
Responses
Modified at 2025-06-19 04:59:01