Get exercise solution video download URL
GET/api/subtopic/:id/exercise/:exercise_id/video
Generates a temporary (presigned) URL to download the video explaining the exercise solution. Access depends on the exercise visibility: unauthenticated users can only access public exercises, registered users also "registered" visibility.
Request
Responses
- 200
- 403
- 404
- 422
Download URL generated successfully
Exercise content is restricted for the user's access level
Subtopic, exercise, or solution video not found
Exercise has no associated solution video