Skip to main content
GET
/
videolibrary
/
{id}
/
transcribing
/
statistics
Get Video Library Transcribing Statistics
curl --request GET \
  --url https://api.bunny.net/videolibrary/{id}/transcribing/statistics \
  --header 'AccessKey: <api-key>'
{
  "TotalTranscriptionSeconds": 123,
  "TranscriptionSecondsChart": {}
}

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

id
integer<int64>
required

The ID of the video library for which the transcribing statistics will be returned

Query Parameters

dateFrom
string<date-time> | null

(Optional) The start date of the statistics. If no value is passed, the last 14 days will be returned

dateTo
string<date-time> | null

(Optional) The end date of the statistics. If no value is passed, current date will be used

Response

Returns the statistics for the video library with the given ID

TotalTranscriptionSeconds
integer<int64>
TranscriptionSecondsChart
object