New The 2026 BIM-to-Field Benchmark Report is here
Home/Documentation
Documentation

Everything you need to run APEX.

Guides, references, and walkthroughs for the AI family generator, survey & layout, and every integration.

Getting started

Install the Revit add-in, connect your project, and generate your first family.

AI family generation

From shop drawing to coordination-correct family — inputs, parameters, and LOD.

Survey & layout

Nested survey points, CSV export, and pushing layout to the field.

Validation

Automated checks for geometry, data completeness, and clash-readiness.

Integrations

Connect APEX to ACC, BIM 360, Trimble, Navisworks, Procore, and more.

API reference

Automate generation, validation, and export with the APEX REST API.

Developers

Generate from your own pipeline.

Kick off a family generation with a single API call and collect the result — geometry, parameters, and survey points included.

POST /v1/generate
# Generate a Revit family from a shop drawing
curl https://api.apexbim.studio/v1/generate \
  -H "Authorization: Bearer $APEX_API_KEY" \
  -F file=@ABS-300_electrical.pdf \
  -F project="campus-alpha" \
  -F lod="400"

# → 201 Created
{
  "family": "APS-MV-001.rfa",
  "survey_points": 4,
  "validation": "7/8 pass",
  "generated_in": "47s"
}

Can't find what you need?

Our team is happy to help — reach out and we'll point you to the right place.