{ "opencollection": "1.0.0", "info": { "name": "Medium OAuth2 Authorization Images API", "version": "1.0" }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "Upload an image", "type": "http" }, "http": { "method": "POST", "url": "https://medium.com/m/oauth/images", "body": { "type": "multipart-form", "data": [ { "name": "image", "type": "text", "value": "" } ] } }, "docs": "Uploads an image to Medium for use in posts. The image must be sent as multipart form data with the field name \"image\". Supported formats are JPEG, PNG, GIF, and TIFF. Only one image can be uploaded per request. Medium also automatically side-loads images referenced in img src attributes within post content." } ] } ], "bundled": true }