{ "opencollection": "1.0.0", "info": { "name": "Platzi Fake Store Auth Files API", "version": "1.0.0" }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "Upload a file", "type": "http" }, "http": { "method": "POST", "url": "https://api.escuelajs.co/api/v1/files/upload", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload a file" }, { "info": { "name": "Retrieve uploaded file", "type": "http" }, "http": { "method": "GET", "url": "https://api.escuelajs.co/api/v1/files/:filename", "params": [ { "name": "filename", "value": "", "type": "path" } ] }, "docs": "Retrieve uploaded file" } ] } ], "bundled": true }