v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Video Captions

List captions of a video

get/api/v1/videos/{id}/captions

Path parameters

integer required
OR
string uuid required
OR
string required

translation of a uuid v4 with a bigger alphabet to have a shorter uuid

Example:42

The object id, uuid or short uuid

Response

successful operation

totalinteger

Example response

{
  "data": [
    {
      "language": {
        "id": "en",
        "label": "English"
      }
    }
  ],
  "total": 1
}