{ "opencollection": "1.0.0", "info": { "name": "Gencove Back array file API", "version": "v2" }, "items": [ { "info": { "name": "file", "type": "folder" }, "items": [ { "info": { "name": "file_types_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/file-types/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "object", "value": "", "type": "query", "description": "List file types for a specific object, defaults to sample" }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "project_id", "value": "", "type": "query", "description": "List file types for a project" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all legal file types" }, { "info": { "name": "files_.sha256_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/files/:file_id.sha256", "params": [ { "name": "file_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }