{ "opencollection": "1.0.0", "info": { "name": "Inthegame admin uploads API", "version": "1.0.0" }, "items": [ { "info": { "name": "uploads", "type": "folder" }, "items": [ { "info": { "name": "ScanDir", "type": "http" }, "http": { "method": "POST", "url": "https://api-dev.inthegame.io/upload/scanDir/streamer", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Load on screen saved image" }, { "info": { "name": "UploadImage", "type": "http" }, "http": { "method": "POST", "url": "https://api-dev.inthegame.io/upload/uploadImage", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "target", "type": "text", "value": "" } ] }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Upload selected image to relevant directory on the server. Form data: file - file itself; terget: folder to upload" }, { "info": { "name": "UploadVideo", "type": "http" }, "http": { "method": "POST", "url": "https://api-dev.inthegame.io/upload/uploadVideo", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "target", "type": "text", "value": "" } ] }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Upload selected video with form data: file - video format file binary; target - folder to upload" } ] } ], "bundled": true }