{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Logo API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Logo", "type": "folder" }, "items": [ { "info": { "name": "Get tenant logo. (base64)", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/logo" }, "docs": "Retrieve the base64 logo file." }, { "info": { "name": "Upload logo for tenant. (base64)", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/logo", "body": { "type": "json", "data": "{}" } }, "docs": "Use to upload a base64 logo file (PNG or SVG). Max size 128kb." } ] } ], "bundled": true }