{ "opencollection": "1.0.0", "info": { "name": "Kitchen Stories Internal Articles Admin Upload API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Upload", "type": "folder" }, "items": [ { "info": { "name": "Upload an JPEG image for the currently authenticated user", "type": "http" }, "http": { "method": "POST", "url": "https://api.kitchenstories.io/api/upload/image/", "body": { "type": "multipart-form", "data": [] } }, "docs": "Upload an JPEG image for the currently authenticated user" }, { "info": { "name": "Upload a video for the currently authenticated user", "type": "http" }, "http": { "method": "POST", "url": "https://api.kitchenstories.io/api/upload/video/", "body": { "type": "multipart-form", "data": [] } }, "docs": "Upload a video for the currently authenticated user" } ] } ], "bundled": true }