Videos
Answer video links and how to handle them.
answers[].videoUrl values in GET /interviews/{id} are direct links to the candidate's answer videos. Anyone with the link can play it, so:
- treat them as confidential personal data, like the candidate's CV;
- don't expose them in public pages, logs or analytics;
- if you copy the videos into your own storage, apply your own retention and access rules.
videoUrl can be null if a video is missing.