This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
Bulk update page metadata
You can now update page-level metadata for up to 100 pages in a single request using the new bulk update page metadata endpoint.
Key capabilities
- Batch updates: Update
title,slug,seo, andopenGraphfields for multiple pages at once. - Localization support: Target different secondary locales by including a
localeIdper page entry. The same page ID can appear multiple times with different locales. - Validation: Duplicate
id+localeIdcombinations return a400error. All pages must belong to the same site.