{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Binary Data API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Binary Data", "type": "folder" }, "items": [ { "info": { "name": "Viam Binary Data By Filter", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/BinaryDataByFilter", "body": { "type": "json", "data": "{}" } }, "docs": "Query binary data items using a filter and optional pagination." }, { "info": { "name": "Viam Binary Data By Ids", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/BinaryDataByIDs", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve binary data items by their ids." }, { "info": { "name": "Viam Delete Binary Data By Filter", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/DeleteBinaryDataByFilter", "body": { "type": "json", "data": "{}" } }, "docs": "Delete binary data items matching a filter." }, { "info": { "name": "Viam Delete Binary Data By Ids", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/DeleteBinaryDataByIDs", "body": { "type": "json", "data": "{}" } }, "docs": "Delete binary data items by id." }, { "info": { "name": "Viam Create Binary Data Signed Url", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/CreateBinaryDataSignedURL", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a signed URL for direct upload of binary data." } ] } ], "bundled": true }