{ "opencollection": "1.0.0", "info": { "name": "ACRCloud Audio Files File Scanning API", "version": "1.0" }, "items": [ { "info": { "name": "File Scanning", "type": "folder" }, "items": [ { "info": { "name": "List file-scanning containers.", "type": "http" }, "http": { "method": "GET", "url": "https://identify-eu-west-1.acrcloud.com/api/fs-containers", "params": [ { "name": "region", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List file-scanning containers." }, { "info": { "name": "Create a file-scanning container.", "type": "http" }, "http": { "method": "POST", "url": "https://identify-eu-west-1.acrcloud.com/api/fs-containers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a file-scanning container." }, { "info": { "name": "Retrieve a file-scanning container.", "type": "http" }, "http": { "method": "GET", "url": "https://identify-eu-west-1.acrcloud.com/api/fs-containers/:container_id", "params": [ { "name": "container_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a file-scanning container." }, { "info": { "name": "Update a file-scanning container.", "type": "http" }, "http": { "method": "PUT", "url": "https://identify-eu-west-1.acrcloud.com/api/fs-containers/:container_id", "params": [ { "name": "container_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a file-scanning container." }, { "info": { "name": "Delete a file-scanning container.", "type": "http" }, "http": { "method": "DELETE", "url": "https://identify-eu-west-1.acrcloud.com/api/fs-containers/:container_id", "params": [ { "name": "container_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a file-scanning container." } ] } ], "bundled": true }