{ "opencollection": "1.0.0", "info": { "name": "ACRCloud Audio Files Broadcast Monitoring API", "version": "1.0" }, "items": [ { "info": { "name": "Broadcast Monitoring", "type": "folder" }, "items": [ { "info": { "name": "List broadcast-database monitoring projects.", "type": "http" }, "http": { "method": "GET", "url": "https://identify-eu-west-1.acrcloud.com/api/bm-bd-projects", "params": [ { "name": "region", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List broadcast-database monitoring projects." }, { "info": { "name": "Create a broadcast-database monitoring project.", "type": "http" }, "http": { "method": "POST", "url": "https://identify-eu-west-1.acrcloud.com/api/bm-bd-projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a broadcast-database monitoring project." }, { "info": { "name": "Update a broadcast-monitoring project.", "type": "http" }, "http": { "method": "PUT", "url": "https://identify-eu-west-1.acrcloud.com/api/bm-bd-projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a broadcast-monitoring project." }, { "info": { "name": "Delete a broadcast-monitoring project.", "type": "http" }, "http": { "method": "DELETE", "url": "https://identify-eu-west-1.acrcloud.com/api/bm-bd-projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a broadcast-monitoring project." }, { "info": { "name": "Set the results callback URL for a broadcast-monitoring project.", "type": "http" }, "http": { "method": "POST", "url": "https://identify-eu-west-1.acrcloud.com/api/bm-bd-projects/:id/result-callback", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Set the results callback URL for a broadcast-monitoring project." } ] } ], "bundled": true }