New Private beta is open — transformer families today, switchgear in development
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 validation-checked family — inputs, parameters, and review.

Survey & layout

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

Validation

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

Integrations

Revit 2025 and Trimble-compatible CSV export today; ACC / BIM 360 file pull in beta, deeper sync planned.

API reference — planned

A REST API for generation, validation, and export is planned; docs will land here when it ships.

Developers · API planned

Generate from your own pipeline — coming.

The REST API is planned, not yet available. Here's the shape it's taking — example request and response for illustration.

POST /v1/generate — planned API, example only
# 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"
}

Can't find what you need?

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