curl --request GET \
--url https://api.bunny.net/videolibrary/{id}/transcribing/statistics \
--header 'AccessKey: <api-key>'{
"TotalTranscriptionSeconds": 123,
"TranscriptionSecondsChart": {}
}Returns the statistics for the video library with the given ID
curl --request GET \
--url https://api.bunny.net/videolibrary/{id}/transcribing/statistics \
--header 'AccessKey: <api-key>'{
"TotalTranscriptionSeconds": 123,
"TranscriptionSecondsChart": {}
}API Access Key authorization header
The ID of the video library for which the transcribing statistics will be returned
(Optional) The start date of the statistics. If no value is passed, the last 14 days will be returned
(Optional) The end date of the statistics. If no value is passed, current date will be used
Was this page helpful?