Videos
Get a list of videos
Last updated
Last updated
GET /videos?pk=text HTTP/1.1
Host: api.dorkk.online
x-api-key: YOUR_API_KEY
Accept: */*
{
"count": "text",
"items": [
{
"hlsUrl": "text",
"dashUrl": "text",
"thumbNailsUrls": [
{
"url": "text"
}
],
"duration": "text",
"filename": "text",
"mp4Urls": [
{}
],
"title": "text",
"subject": "text",
"module": "text",
"pk": "text",
"gradeId": "text",
"id": "text"
}
]
}