{ "opencollection": "1.0.0", "info": { "name": "Facebook Business Manager Facebook Marketing Ad Accounts Videos API", "version": "25.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Videos", "type": "folder" }, "items": [ { "info": { "name": "Facebook Business Manager Upload a page video", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v25.0/:page_id/videos", "params": [ { "name": "page_id", "value": "", "type": "path", "description": "The ID of the Facebook Page" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Uploads a video to the Facebook Page. Supports direct upload via URL or resumable upload for large files." } ] } ], "bundled": true }