project Usages
Developing
POST
/projects/{proj_id}/usages
Get usages info of a project
{
"start_time": "2024-02-25T17:59:59.999Z",
"end_time": "2024-02-25T17:59:59.999Z"
}
POST
/projects/:projId/usages
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/usages' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": "2024-02-25T17:59:59.999Z",
"end_time": "2024-02-25T17:59:59.999Z"
}'
Response Response Example
200 - OK - Success
{"message":"project usage Fetched Successfully","result":{"storage":"0.000GB","storage_in_bytes":0,"video_transcoding_output_minute":"0.00","live_transcoding_output_minute":"0.00","usage_list":null},"success":true}
Request
Path Params
proj_id
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01