{ "opencollection": "1.0.0", "info": { "name": "Bannerbear Animated GIFs Videos API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Videos", "type": "folder" }, "items": [ { "info": { "name": "List videos", "type": "http" }, "http": { "method": "GET", "url": "https://api.bannerbear.com/v2/videos", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated lists (25 per page)." } ] }, "docs": "List videos" }, { "info": { "name": "Create a video", "type": "http" }, "http": { "method": "POST", "url": "https://api.bannerbear.com/v2/videos", "body": { "type": "json", "data": "{}" } }, "docs": "Create a video" }, { "info": { "name": "Update a video's transcription or approval status", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bannerbear.com/v2/videos", "body": { "type": "json", "data": "{}" } }, "docs": "Update a video's transcription or approval status" }, { "info": { "name": "Retrieve a video", "type": "http" }, "http": { "method": "GET", "url": "https://api.bannerbear.com/v2/videos/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a video" } ] } ], "bundled": true }