{ "opencollection": "1.0.0", "info": { "name": "Galileo Public Annotations Datasets API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "listDatasets", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/datasets" } }, { "info": { "name": "createDataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/datasets", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getDataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/datasets/:dataset_id", "params": [ { "name": "dataset_id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateDataset", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/v2/datasets/:dataset_id", "params": [ { "name": "dataset_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteDataset", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/v2/datasets/:dataset_id", "params": [ { "name": "dataset_id", "value": "", "type": "path" } ] } }, { "info": { "name": "getDatasetContent", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/datasets/:dataset_id/content", "params": [ { "name": "dataset_id", "value": "", "type": "path" } ] } }, { "info": { "name": "replaceDatasetContent", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/v2/datasets/:dataset_id/content", "params": [ { "name": "dataset_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patchDatasetContent", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/v2/datasets/:dataset_id/content", "params": [ { "name": "dataset_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "queryDatasetContent", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/datasets/:dataset_id/content/query", "params": [ { "name": "dataset_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "downloadDataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/datasets/:dataset_id/download", "params": [ { "name": "dataset_id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }