bb-rest icon indicating copy to clipboard operation
bb-rest copied to clipboard

Beaver Builder Rest

Beaver Builder Rest

The Beaver Builder Rest plugin allows you to access rendered HTML, JS and CSS produced on a page or post. You can use the data to display your pages in remote apps.

Endpoints

  • <site_url>/wp-json/fl-builder/v1/<page_id>

    Return json oject ID,HTML,CSS,JS.

  • <site_url>/wp-json/fl-builder/v1/css/<page_id>

    Returns CSS for page ID 2

  • <site_url>/wp-json/fl-builder/v1/js/<page_id>

    Returns JS for page ID 2