{ "opencollection": "1.0.0", "info": { "name": "Ghost Content and Admin APIs Admin - Images API", "version": "5.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Admin - Images", "type": "folder" }, "items": [ { "info": { "name": "Upload an image", "type": "http" }, "http": { "method": "POST", "url": "https://{admin_domain}/ghost/api/admin/images/upload/", "headers": [ { "name": "Accept-Version", "value": "" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "purpose", "type": "text", "value": "" }, { "name": "ref", "type": "text", "value": "" } ] } }, "docs": "Uploads an image using multipart/form-data and returns the stored URL for referencing the image in post or page content." } ] } ], "bundled": true }