Guides, references, and walkthroughs for the AI family generator, survey & layout, and every integration.
Install the Revit add-in, connect your project, and generate your first family.
From shop drawing to coordination-correct family — inputs, parameters, and LOD.
Nested survey points, CSV export, and pushing layout to the field.
Automated checks for geometry, data completeness, and clash-readiness.
Connect APEX to ACC, BIM 360, Trimble, Navisworks, Procore, and more.
Automate generation, validation, and export with the APEX REST API.
Kick off a family generation with a single API call and collect the result — geometry, parameters, and survey points included.
# 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" }
Our team is happy to help — reach out and we'll point you to the right place.