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 validation-checked family — inputs, parameters, and review.
Nested survey points, CSV export, and pushing layout to the field.
Automated checks for geometry, data completeness, and clash-readiness.
Revit 2025 and Trimble-compatible CSV export today; ACC / BIM 360 file pull in beta, deeper sync planned.
A REST API for generation, validation, and export is planned; docs will land here when it ships.
The REST API is planned, not yet available. Here's the shape it's taking — example request and response for illustration.
# Planned: 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 category="transformer" # → 201 Created (illustrative response) { "family": "APS-XFR-003.rfa", "survey_points": 4, "validation": "6/6 pass", "status": "awaiting human review" }
Our team is happy to help — reach out and we'll point you to the right place.