{ "opencollection": "1.0.0", "info": { "name": "Red5 Pro Brew Mixer Admin Images API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "accessToken", "value": "{{accessToken}}", "placement": "query" } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "Add an Image Overlay", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:5080/brewmixer/2.0/images", "params": [ { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ], "body": { "type": "multipart-form", "data": [ { "name": "image", "type": "text", "value": "" }, { "name": "mixerId", "type": "text", "value": "" }, { "name": "x", "type": "text", "value": "" }, { "name": "y", "type": "text", "value": "" }, { "name": "width", "type": "text", "value": "" }, { "name": "height", "type": "text", "value": "" }, { "name": "zOrder", "type": "text", "value": "" } ] } }, "docs": "Adds an image overlay (logo, watermark, lower-third graphic) to one or more mixer sessions. The image is uploaded and positioned within the composite output frame at the specified coordinates and dimensions." }, { "info": { "name": "Remove an Image Overlay", "type": "http" }, "http": { "method": "DELETE", "url": "http://{host}:5080/brewmixer/2.0/images/:imageId", "params": [ { "name": "imageId", "value": "", "type": "path", "description": "Unique identifier for the image overlay" }, { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ] }, "docs": "Removes a previously added image overlay from the mixer session. The composite output is updated immediately without the overlay." } ] } ], "bundled": true }