{ "opencollection": "1.0.0", "info": { "name": "Creatomate Renders Templates API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "Get all templates in a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.creatomate.com/v1/templates", "params": [ { "name": "tags", "value": "", "type": "query", "description": "Comma-separated list of tags used to filter templates." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of templates to return." } ] }, "docs": "Returns the metadata of every template in the project. This endpoint does not return the RenderScript source of each template; use `GET /templates/{id}` to retrieve a single template's source." }, { "info": { "name": "Get a template by its ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.creatomate.com/v1/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the template." } ] }, "docs": "Returns a single template including its RenderScript `source`, which describes the named elements that can be targeted by `modifications` when creating a render." } ] } ], "bundled": true }