{ "opencollection": "1.0.0", "info": { "name": "TwelveLabs Analyze Indexes API", "version": "1.3" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Indexes", "type": "folder" }, "items": [ { "info": { "name": "List indexes", "type": "http" }, "http": { "method": "GET", "url": "https://api.twelvelabs.io/v1.3/indexes", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number to retrieve." }, { "name": "page_limit", "value": "", "type": "query", "description": "Number of items per page." }, { "name": "sort_by", "value": "", "type": "query", "description": "Field to sort by." }, { "name": "sort_option", "value": "", "type": "query", "description": "Sort direction." }, { "name": "index_name", "value": "", "type": "query", "description": "Filter by index name." } ] }, "docs": "Returns a list of the indexes in your account, with pagination." }, { "info": { "name": "Create an index", "type": "http" }, "http": { "method": "POST", "url": "https://api.twelvelabs.io/v1.3/indexes", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an index configured with one or more video understanding models (Marengo for search/embeddings, Pegasus for analysis) and the modalities to enable." }, { "info": { "name": "Retrieve an index", "type": "http" }, "http": { "method": "GET", "url": "https://api.twelvelabs.io/v1.3/indexes/:index_id", "params": [ { "name": "index_id", "value": "", "type": "path", "description": "Unique identifier of the index." } ] }, "docs": "Retrieve an index" }, { "info": { "name": "Update an index", "type": "http" }, "http": { "method": "PUT", "url": "https://api.twelvelabs.io/v1.3/indexes/:index_id", "params": [ { "name": "index_id", "value": "", "type": "path", "description": "Unique identifier of the index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the name of the specified index." }, { "info": { "name": "Delete an index", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.twelvelabs.io/v1.3/indexes/:index_id", "params": [ { "name": "index_id", "value": "", "type": "path", "description": "Unique identifier of the index." } ] }, "docs": "Delete an index" } ] } ], "bundled": true }