{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Datasets API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "Viam Add Binary Data To Dataset", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/AddBinaryDataToDatasetByIDs", "body": { "type": "json", "data": "{}" } }, "docs": "Add binary data items to a dataset." }, { "info": { "name": "Viam Remove Binary Data From Dataset", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/RemoveBinaryDataFromDatasetByIDs", "body": { "type": "json", "data": "{}" } }, "docs": "Remove binary data items from a dataset." } ] } ], "bundled": true }