I’m developing an AI automation workflow for construction PDF drawings and would like to integrate it with Bluebeam Revu/Studio.
The workflow is:
- Our AI detects a zone/slab region on a PDF.
- It generates the polygon coordinates for that region.
- We want to programmatically create an Area Measurement markup in Bluebeam using those coordinates.
- We want to set properties such as fill color, opacity, and label.
- Most importantly, we want to retrieve the calculated area (e.g. m²) of that Area Measurement markup through the API.
I’ve seen that Bluebeam supports Area Measurement markups and that the Markups List contains an Area/Measurement value.
My questions are:
- Does the current Bluebeam Developer/Markups API support creating an Area Measurement markup from polygon coordinates?
- Can we set the markup's fill color and opacity through the API?
- Can we retrieve the calculated Area/Measurement value of an Area Measurement markup through the API?
- If this is supported, could someone point me to the relevant API endpoint and request/response schema?
- Is Bluebeam Core sufficient for this functionality, or is Complete/Max required?