How to get video's chapters ?
You can do this get request : the locale is from headers Accept-Language
GET /api/public/medias/{mediaId-thumbnailHash}/chapters
: return a text in vtt format mediaId-thumbnailHash is the concatenation separated by - of media id and thumbnail hash To get thumbnail hash you can do this get request :GET /api/dam/medias/{mediaId} in kpk:large relation href between the two hyphens