{ "opencollection": "1.0.0", "info": { "name": "Humanloop Datasets API", "version": "5.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "List Datasets", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanloop.com/v5/datasets" }, "docs": "List Datasets" }, { "info": { "name": "Upsert Dataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.humanloop.com/v5/datasets", "body": { "type": "json", "data": "{}" } }, "docs": "Upsert Dataset" }, { "info": { "name": "Get Dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanloop.com/v5/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Dataset" } ] } ], "bundled": true }