{ "opencollection": "1.0.0", "info": { "name": "Binarly Assistant File API", "version": "4.275.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "File", "type": "folder" }, "items": [ { "info": { "name": "Get File by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/products/:productId/images/:imageId/files/:fileId", "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product ID" }, { "name": "imageId", "value": "", "type": "path", "description": "Image ID" }, { "name": "fileId", "value": "", "type": "path", "description": "File ID" } ] }, "docs": "Get File by ID" }, { "info": { "name": "List Files", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/products/:productId/images/:imageId/files", "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product ID" }, { "name": "imageId", "value": "", "type": "path", "description": "Image ID" } ] }, "docs": "List Files" }, { "info": { "name": "Create File (Attachment)", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/products/:productId/images/:imageId/files", "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product ID" }, { "name": "imageId", "value": "", "type": "path", "description": "Image ID" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Create File (Attachment)" }, { "info": { "name": "Bulk Download Files", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/products/:productId/images/:imageId/files:bulkDownload", "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product ID" }, { "name": "imageId", "value": "", "type": "path", "description": "Image ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Download Files" }, { "info": { "name": "Bulk Delete Files", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/products/:productId/images/:imageId/files:bulkDelete", "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product ID" }, { "name": "imageId", "value": "", "type": "path", "description": "Image ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Delete Files" } ] } ], "bundled": true }