{ "operationId": "getVideoSource", "method": "GET", "path": "/api/v1/videos/{id}/source", "summary": "Get video source file metadata", "description": "Get metadata and download link of original video file", "tags": [ "Video" ], "parameters": [ { "name": null, "in": null, "required": false, "description": "", "schema": {} } ], "requestBody": null, "responses": { "200": { "description": "successful operation", "examples": {} } } }