{ "opencollection": "1.0.0", "info": { "name": "Planable Public Campaigns Stories API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Stories", "type": "folder" }, "items": [ { "info": { "name": "Create an Instagram story", "type": "http" }, "http": { "method": "POST", "url": "https://api.planable.io/api/v1/stories", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a single-media Instagram story. GIFs and non-Instagram pages are not supported. Set `notify` to `false` to suppress external notifications; internal activity feed entries are always recorded." } ] } ], "bundled": true }