Bulk element creation, asset management, and CMS integration
In this release, Designer API includes new methods for bulk element creation, asset management, and CMS integration.
Feature highlights
- Performance enhancement with bulk element creation - Use the new element builder API to create complex interfaces more efficiently
- Complete asset management - Create and manage assets with new dedicated endpoints
- Enhanced CMS page integration - Access collection details directly from CMS-generated pages
New endpoints
Elements
webflow.elementBuilder
Create multiple elements efficiently in a single operation, significantly improving performance when building complex interfaces. This method is especially valuable for large-scale designs or applications requiring optimal rendering speed.
Assets
-
webflow.createAsset
Upload and create new assets on a site, supporting various file types including images, documents, and other media files. -
asset.getAssetById
Retrieve detailed information about a specific asset using its unique identifier. -
asset.getUrl
Get the direct URL for an asset, allowing seamless integration in your applications and designs.
CMS page integration
-
page.getCollectionId
Retrieve the unique identifier of the collection that generated a CMS page. -
page.getCollectionName
Get the human-readable name of the collection associated with a CMS-generated page.