Skip to main content

Packages & industry types

When you create an iGUIDE through the API, you choose a package type and an industry. These two settings determine how your iGUIDE is processed, what deliverables you can order, and which add-ons are available. Getting this right upfront saves you from hitting validation errors later. This guide covers every valid combination and helps you pick the right configuration for your use case.

Packages

The Portal API supports four package types:

PackageAPI ValueWhat You GetProcessing Time
Standard"standard"Precise, manually drafted floor plans with 3D panoramic tours. RMS and ANSI compliant measurements.~24 hours (manual drafting)*
Premium"premium"Everything in Standard, plus VR tours and eligibility for 3D Model (Revit) deliverables. Enhanced floor plans with detailed fixtures and appliances.~24 hours (manual drafting)*
Radix"radix"3D virtual tour with point cloud, no manual drafting involved.Minutes (automated)*
Photos"photos"Gallery images only. No 3D tour, floor plans, or measurements.Instant (no processing needed)
tip

Standard and Premium iGUIDEs are manually drafted by the iGUIDE team — floor plans are reviewed for accuracy before delivery. Radix provides a 3D virtual tour with point cloud but does not include floor plans.

Industry types

Every iGUIDE requires an industry type. This affects default view settings and may restrict which packages or features are available in certain regions.

IndustryAPI ValueDefault View ProtectionTypical Use Case
Residential"residential"Public (unprotected)Real estate listings, home inspections
Commercial"commercial"ProtectedCommercial property marketing, facility management
Insurance & Restoration"irc"ProtectedInsurance claims, damage assessment, restoration planning
Architecture, Engineering & Construction"aec"ProtectedAEC project documentation, as-built records
tip

Protected views require authentication to access. For Residential iGUIDEs, views are public by default — anyone with the URL can view them. For all other industries, views are protected by default.

note

Most packages can be combined with any industry. However, some package and feature combinations are restricted by industry or region. The API will return a validation error if you attempt an unsupported combination.

Deliverables by package

What you can order depends on your package type. The tables below show which deliverables are available for each package.

Base deliverables

These deliverables are included with every iGUIDE of the corresponding package — no additional work order required. For a full comparison, see iGUIDE Pricing.

DeliverableStandardPremiumRadixPhotos
Panoramic 3D tourYesYesYesNo
Color-coded floor plans (SVG)YesYesNoNo
Floor plan DXFsYesYesYesNo
Property measurements (RMS/ANSI)YesYesYesNo
PDF floor plansYesYesNoNo
Gallery imagesYesYesViewer onlyYes
Floorplanner exportYesYesNoNo
VR compatibleNoYesNoNo
note

Radix iGUIDEs do not include floor plans. Gallery images are available in the interactive Viewer but are not included in downloadable ZIP packages.

Add-on deliverables

These deliverables require a separate work order after your iGUIDE is published. Create a work order with the corresponding task type to order them.

Initial ADS tasks can be ordered for Standard or Premium iGUIDEs:

DeliverableTask TypeStandardPremiumRadixPhotos
CAD Floor Plans (DWG)dwg-initYesYesAfter upgradeNo
3D Model (Revit)rvt-initNoYesNoNo
Xactimate ESXesx-initYesYesAfter upgradeNo
CoreLogic FML (Beta)corelogic-fmlYesYesAfter upgradeNo
Site PlansiteplanYesYesNoNo
Site Plan ordering behavior

If you request a site plan before the initial work order completes, the siteplan task is automatically appended to the initial work order instead of creating a new one. You'll receive the initial work order ID in the response. Once a site plan is done, you can request a new siteplan work order to update it.

warning

You cannot create a new siteplan work order while an existing one is still pending. The API returns an already_exists error in that case.

ADS add-on tasks require a Premium iGUIDE and a completed or in-progress initial ADS order:

DeliverableTask TypeStandardPremiumRadixPhotos
CAD Floor Plans with 3D Modelrvt-dwg-floor-plansNoYesNoNo
Reflected Ceiling Plansads-pdf-reflected-ceilingNoYesAfter package upgradeNo
Exterior Elevationsdwg-elevationNoYesAfter package upgradeNo
Roof Plansdwg-roofNoYesAfter package upgradeNo
Plotted Drawings (PDF)dwg-plotted-pdfNoYesAfter package upgradeNo
warning

Radix iGUIDEs must be upgraded to Standard or Premium before ordering any ADS deliverables — see Package Upgrades below. Photos iGUIDEs do not support any additional work orders.

tip

Standard iGUIDEs that need ADS add-on tasks (elevations, roof plans, etc.) must first be upgraded to Premium using premium-upgrade.

Package upgrades

Upgrades change the iGUIDE's package type. They do not produce a deliverable file — instead, they unlock new capabilities and trigger additional processing (e.g., manual drafting).

UpgradeTask TypeFromTo
Standard → Premiumpremium-upgradeStandardPremium (enables VR, Revit eligibility)
Radix → Standarddraft-convertRadixStandard (triggers manual drafting)
Radix → Premiumdraft-premium-convertRadixPremium (triggers manual drafting + Premium Features)
tip

After a Radix upgrade completes, the iGUIDE becomes a Standard or Premium iGUIDE and can order all corresponding add-on deliverables.

Updates

Updates re-process an existing iGUIDE — for example, after new scan data is uploaded or corrections are needed. They do not change the package type.

UpdateTask TypeAvailable For
Re-draft floor plansdraft-updateStandard, Premium
Re-process scan dataradix-updateRadix

Required attributes

Some task types need additional attributes in the attrs field when creating a work order:

AttributeValuesRequiredOptional
units"imperial" or "metric"All DWG, RVT, CAD2D, and CAD3D task types
output"rvt" or "dwg"rvt-init

Example — creating a CAD floor plan work order:

{
"types": ["dwg-init"],
"attrs": {
"units": "imperial"
}
}

Task type prerequisites

ADS add-on tasks must be requested with an ADS initial order. They cannot be ordered on their own.

Task TypePrerequisite
ads-pdf-reflected-ceilingMust be requested with an initial ADS order (dwg-init, rvt-init)
dwg-elevationMust be requested with an initial DWG or RVT order
dwg-roofMust be requested with an initial DWG or RVT order
dwg-plotted-pdfMust be requested with an initial DWG or RVT order
rvt-dwg-floor-plansAn RVT order must be in progress or completed (can be a separate work order)

Default add-ons

Each package comes with a set of add-ons enabled by default when you create an iGUIDE:

PackageDefault Add-ons
StandardStreetview, Floorplanner, Advanced Measurements
PremiumVR, Streetview, Floorplanner, Advanced Measurements
RadixStreetview, Advanced Measurements
PhotosNone
tip

Add-ons are automatically activated when you create a work order that requires them. You do not need to enable add-ons separately.