{ "opencollection": "1.0.0", "info": { "name": "TwelveLabs Analyze Videos API", "version": "1.3" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Videos", "type": "folder" }, "items": [ { "info": { "name": "List videos", "type": "http" }, "http": { "method": "GET", "url": "https://api.twelvelabs.io/v1.3/indexes/:index_id/videos", "params": [ { "name": "index_id", "value": "", "type": "path", "description": "Unique identifier of the index." }, { "name": "page", "value": "", "type": "query" }, { "name": "page_limit", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "sort_option", "value": "", "type": "query" } ] }, "docs": "Returns the videos indexed within the specified index." }, { "info": { "name": "Retrieve video information", "type": "http" }, "http": { "method": "GET", "url": "https://api.twelvelabs.io/v1.3/indexes/:index_id/videos/:video_id", "params": [ { "name": "index_id", "value": "", "type": "path", "description": "Unique identifier of the index." }, { "name": "video_id", "value": "", "type": "path", "description": "Unique identifier of the video." } ] }, "docs": "Retrieve video information" }, { "info": { "name": "Update video information", "type": "http" }, "http": { "method": "PUT", "url": "https://api.twelvelabs.io/v1.3/indexes/:index_id/videos/:video_id", "params": [ { "name": "index_id", "value": "", "type": "path", "description": "Unique identifier of the index." }, { "name": "video_id", "value": "", "type": "path", "description": "Unique identifier of the video." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the title and user metadata of the specified video." }, { "info": { "name": "Delete a video", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.twelvelabs.io/v1.3/indexes/:index_id/videos/:video_id", "params": [ { "name": "index_id", "value": "", "type": "path", "description": "Unique identifier of the index." }, { "name": "video_id", "value": "", "type": "path", "description": "Unique identifier of the video." } ] }, "docs": "Delete a video" } ] } ], "bundled": true }