{ "opencollection": "1.0.0", "info": { "name": "Bannerbear Animated GIFs Templates API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.bannerbear.com/v2/templates", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated lists (25 per page)." }, { "name": "tag", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "extended", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List templates" }, { "info": { "name": "Create or duplicate a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.bannerbear.com/v2/templates", "params": [ { "name": "source", "value": "", "type": "query", "description": "UID of an existing template to duplicate." } ] }, "docs": "Create or duplicate a template" }, { "info": { "name": "Retrieve a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.bannerbear.com/v2/templates/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a template" }, { "info": { "name": "Update a template", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bannerbear.com/v2/templates/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a template" }, { "info": { "name": "Delete a template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bannerbear.com/v2/templates/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Delete a template" }, { "info": { "name": "List template sets", "type": "http" }, "http": { "method": "GET", "url": "https://api.bannerbear.com/v2/template_sets", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated lists (25 per page)." } ] }, "docs": "List template sets" }, { "info": { "name": "Create a template set", "type": "http" }, "http": { "method": "POST", "url": "https://api.bannerbear.com/v2/template_sets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a template set" }, { "info": { "name": "Retrieve a template set", "type": "http" }, "http": { "method": "GET", "url": "https://api.bannerbear.com/v2/template_sets/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a template set" }, { "info": { "name": "Update a template set", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bannerbear.com/v2/template_sets/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a template set" } ] } ], "bundled": true }