{ "opencollection": "1.0.0", "info": { "name": "Postiz Public Analytics Uploads API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Uploads", "type": "folder" }, "items": [ { "info": { "name": "Upload a file", "type": "http" }, "http": { "method": "POST", "url": "https://api.postiz.com/public/v1/upload", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload a media file using multipart form data." }, { "info": { "name": "Upload from URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.postiz.com/public/v1/upload-from-url", "body": { "type": "json", "data": "{}" } }, "docs": "Upload a file from an existing URL." } ] } ], "bundled": true }