{ "opencollection": "1.0.0", "info": { "name": "VdoCipher Server Folders Videos API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Videos", "type": "folder" }, "items": [ { "info": { "name": "List videos", "type": "http" }, "http": { "method": "GET", "url": "https://dev.vdocipher.com/api/videos", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number to retrieve." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page." }, { "name": "q", "value": "", "type": "query", "description": "Free-text search across video ID and title." }, { "name": "folderId", "value": "", "type": "query", "description": "Restrict results to a single folder." }, { "name": "tags", "value": "", "type": "query", "description": "Filter videos by a tag." } ] }, "docs": "Returns a paginated list of videos, newest first (20 per page by default). Supports filtering by folder, free-text query, and tag." }, { "info": { "name": "Get video status / details", "type": "http" }, "http": { "method": "GET", "url": "https://dev.vdocipher.com/api/videos/:videoId", "params": [ { "name": "videoId", "value": "", "type": "path", "description": "The video ID (comma-separated for bulk delete)." } ] }, "docs": "Returns the current status and details of a single video, including transcoding progress after an upload." }, { "info": { "name": "Edit video metadata", "type": "http" }, "http": { "method": "POST", "url": "https://dev.vdocipher.com/api/videos/:videoId", "params": [ { "name": "videoId", "value": "", "type": "path", "description": "The video ID (comma-separated for bulk delete)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update editable metadata such as title, description, or tags." }, { "info": { "name": "Delete video(s)", "type": "http" }, "http": { "method": "DELETE", "url": "https://dev.vdocipher.com/api/videos/:videoId", "params": [ { "name": "videoId", "value": "", "type": "path", "description": "The video ID (comma-separated for bulk delete)." } ] }, "docs": "Deletes one or more videos identified by comma-separated IDs." } ] } ], "bundled": true }