Table of contents
Reality Modeling
Download API definition:
This API is a Technical Preview and is available for testing purposes only. Do not use in production.
get https://dev-api.bentley.com/reality-modeling/jobs/{id}

Retrieve job details.

Authentication

Requires Authorization header with valid Bearer token for scope itwin-platform.

For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.

Request parameters

Name
Required?
Description
id
Yes

Job id

Request headers

Name
Required?
Description
Authorization
Yes

OAuth access token with itwin-platform scope

Accept
Yes

Setting to application/vnd.bentley.itwin-platform.v2+json is recommended.

Response 200 OK

OK

json
{
    "job": {
        "id": "d75704b5-e854-4ff3-a086-3ac6a20af5fa",
        "state": "Active",
        "userId": "911edf8b-59ad-404c-a743-aec05ca038e9",
        "executionInfo": {
            "createdDateTime": "2025-03-06T09:42:33.0000000+00:00"
        },
        "specifications": {
            "inputs": {
                "sceneToProcess": "4b72d64d-fa15-4059-b3a6-ef65486e3786"
            },
            "outputs": {
                "scene": "09cc000e-726b-4719-88ee-a6085d5432db"
            },
            "options": {
                "recursiveImageCollections": false,
                "altitudeReference": "SeaLevel"
            }
        },
        "name": "My first Reality Modeling job",
        "type": "FillImageProperties",
        "iTwinId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }
}

Response 401 Unauthorized

This response indicates that request lacks valid authentication credentials. Access token might not been provided, issued by the wrong issuer, does not have required scopes or request headers were malformed.

json
{
    "error": {
        "code": "HeaderNotFound",
        "message": "Header Authorization was not found in the request. Access denied."
    }
}

Response 404 Not Found

Not Found

json
{
    "error": {
        "code": "JobNotFound",
        "message": "Requested job is not available."
    }
}

Response 429 Too many requests

This response indicates that the client sent more requests than allowed by this API for the current tier of the client.

json
{
    "error": {
        "code": "RateLimitExceeded",
        "message": "The client sent more requests than allowed by this API for the current tier of the client."
    }
}

Response headers

Name
Description
retry-after

Number of seconds to wait until client is allowed to make more requests.

Job

Job information

Name
Type
Description
id
String

Job unique id

name
String, null

Job name

userId
String

Identifier of the user that created the job.

iTwinId
String

iTwin Id

Tag

Name
Type
Description
QR
String
April
String
Chili
String
Checkerboards
String

Error

Contains error information.

Name
Type
Description
code
String

One of a server-defined set of error codes.

target
String, null

The target of the error.

message
String

A human-readable representation of the error.

Export

Name
Type
Description
name
String, null

Name used for the reality data.

format
location
String

Reality data id of the export

Format

Name
Type
Description
3DTiles
String
3MX
String
OBJ
String
LAS
String
PLY
String
OPC
String
OrthophotoDSM
String
I3S
String
OSGB
String

LOD Type

Name
Type
Description
None
String
Unary
String
Quadtree
String
Octree
String
Adaptive
String
BingMaps
String

Point3d

Name
Type
Description
x
Number

X coordinate

y
Number

Y coordinate

z
Number

Z coordinate

GS Format

Name
Type
Description
SPZ
String
3DTiles
String
PLY
String
3DTilesLOD
String

Job state

Job current state

Name
Type
Description
Queued
String
Active
String
TerminatingOnCancel
String
TerminatingOnFailure
String
Cancelled
String
Failed
String
Success
String

Job type

Supported job types

Name
Type
Description
FillImageProperties
String
ImportPointCloud
String
Calibration
String
Tiling
String
Production
String
Reconstruction
String
Constraints
String
TouchUpExport
String
TouchUpImport
String
WaterConstraints
String
GaussianSplats
String

LOD Scope

Name
Type
Description
TileWise
String
AcrossTiles
String

DSM Format

Name
Type
Description
GeoTIFF
String
ASC
String
None
String

GSQuality

Name
Type
Description
Medium
String
Standard
String
High
String

Options 3MX

Name
Type
Description
crs
String, null

Coordinate Reference System

lodScope
crsOrigin
generateWebApp
Boolean, null

Flag to generate a web application

textureColorSource
textureColorSourceResMax
Number, null

Maximum resolution for the texture color source

textureColorSourceResMin
Number, null

Minimum resolution for the texture color source

textureColorSourceThermalMax
Number, null

Maximum thermal value for the texture color source

textureColorSourceThermalMin
Number, null

Minimum thermal value for the texture color source

textureColorSourceThermalUnit

Options OBJ

Name
Type
Description
crs
String, null

Coordinate Reference System

textureColorSource
textureColorSourceResMax
Number, null

Maximum resolution for the texture color source

textureColorSourceResMin
Number, null

Minimum resolution for the texture color source

textureColorSourceThermalMax
Number, null

Maximum thermal value for the texture color source

textureColorSourceThermalMin
Number, null

Minimum thermal value for the texture color source

textureColorSourceThermalUnit

Options LAS

Name
Type
Description
crs
String, null

Coordinate Reference System

mergePointClouds
Boolean, null

Flag to merge point clouds

samplingDistance
Number, null

Sampling distance

samplingStrategy
textureColorSource

Options OBJ

Name
Type
Description
crs
String, null

Coordinate Reference System

lodType
lodScope
crsOrigin
doublePrecision
Boolean, null

Flag for double precision

textureSharpening
Boolean, null

Enable or disable texture sharpening.

maximumTextureSize
Integer, null

Maximum texture size

textureColorSource
textureCompression
Integer, null

JPG compression of texture file

textureColorSourceResMax
Number, null

Maximum resolution for the texture color source

textureColorSourceResMin
Number, null

Minimum resolution for the texture color source

textureColorSourceThermalMax
Number, null

Maximum thermal value for the texture color source

textureColorSourceThermalMin
Number, null

Minimum thermal value for the texture color source

textureColorSourceThermalUnit

Options OPC

Name
Type
Description
crs
String, null

Coordinate Reference System

samplingDistance
Number, null

Sampling distance

samplingStrategy
textureColorSource

Options PLY

Name
Type
Description
crs
String, null

Coordinate Reference System

includeNormals
Boolean, null

Flag to include normals

mergePointClouds
Boolean, null

Flag to merge point clouds

samplingDistance
Number, null

Sampling distance

samplingStrategy
textureColorSource

Rig Synchro

Name
Type
Description
None
String
Strict
String
Loose
String

Skew Policy

Name
Type
Description
Adjust
String
Keep
String

TilingMode

Name
Type
Description
NoTiling
String
RegularPlanarGrid
String
RegularVolumetricGrid
String
Adaptive
String

Touch Level

Name
Type
Description
Geometry
String
GeometryAndTexture
String

Color Source

Name
Type
Description
None
String
Visible
String
Thermal
String
Resolution
String

Focal Policy

Name
Type
Description
Adjust
String
Keep
String

Hole Filling

Name
Type
Description
SmallHoles
String
AllHoles
String

Job response

Name
Type
Description
job

Options OBJ

Name
Type
Description
crs
String, null

Coordinate Reference System

lodType
lodScope
crsOrigin
textureSharpening
Boolean, null

Enable or disable texture sharpening.

maximumTextureSize
Integer, null

Maximum texture size

textureColorSource
textureCompression
Integer, null

JPG compression of texture file

textureColorSourceResMax
Number, null

Maximum resolution for the texture color source

textureColorSourceResMin
Number, null

Minimum resolution for the texture color source

textureColorSourceThermalMax
Number, null

Maximum thermal value for the texture color source

textureColorSourceThermalMin
Number, null

Minimum thermal value for the texture color source

textureColorSourceThermalUnit

Ortho Format

Name
Type
Description
GeoTIFF
String
JPEG
String
None
String

Thermal Unit

Name
Type
Description
Absolute
String
Celsius
String
Fahrenheit
String

Center Policy

Name
Type
Description
Compute
String
Adjust
String
AdjustWithinTolerance
String
Keep
String
Extend
String

Overview Type

Name
Type
Description
None
String
Embedded
String
OvrFile
String

Radial Policy

Name
Type
Description
Adjust
String
Keep
String

Tiling Inputs

Name
Type
Description
scene
String

Reality data id of ContextScene to process

crsData
String, null

Path in the bucket for CRS Data

presets
String, null

List of paths to preset

regionOfInterest
String, null

Path in the bucket to region of interest file

Error Response

Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.

Name
Type
Description
error

Error information.

Pair Selection

Name
Type
Description
Default
String
Sequence
String
Loop
String
Exhaustive
String
SimilarOnly
String

Texture Source

Name
Type
Description
PhotosFirst
String
PointCloudsFirst
String
Smart
String

Tiling Options

Name
Type
Description
crs
String, null

Coordinate Reference System

tilingMode
holeFilling
tilingValue
Number, null

Tiling Value

tilingOrigin
pairSelection
textureSource
simplification
colorCorrection
orthoResolution
Number, null

Ortho resolution

untexturedColor
String, null

Untextured color

discardEmptyTiles
Boolean, null

Discard emtpy tiles

geometricPrecision
photoUsedForGeometry
modelingReferenceType
pointCloudColorSource
textureResolutionLimit
Number, null

Texture resolution limit

geometryResolutionLimit
Number, null

Geometry resolution limit

untexturedRepresentation
planarSimplificationTolerance
Number, null

Planar simplification tolerance

Tiling Outputs

Name
Type
Description
modelingReference

Constraint Type

Name
Type
Description
Mesh
String
Polygon
String

Las Compression

Name
Type
Description
None
String
LAZ
String

Options 3DTiles

Name
Type
Description
crs
String, null

Coordinate Reference System

lodScope
textureColorSource
textureColorSourceResMax
Number, null

Maximum resolution for the texture color source

textureColorSourceResMin
Number, null

Minimum resolution for the texture color source

textureColorSourceThermalMax
Number, null

Maximum thermal value for the texture color source

textureColorSourceThermalMin
Number, null

Minimum thermal value for the texture color source

textureColorSourceThermalUnit

Projection Mode

Name
Type
Description
HighestPoint
String
LowestPoint
String

Rotation Policy

Name
Type
Description
Compute
String
Adjust
String
Keep
String
Extend
String

Simplification

Name
Type
Description
Standard
String
PlanarRelative
String
PlanarAbsolute
String

Color Correction

Name
Type
Description
None
String
Standard
String
StandardWithThermal
String
BlockWise
String
BlockWiseWithThermal
String

Constraint To Add

Name
Type
Description
crs
String

Coordinate Reference System

name
String, null

Name of the constraint

fillColor
String, null

Fill color for the constraint

resolution
Number, null

Resolution of the constraint

description
String, null

Description of the constraint

texturePath
String, null

Path in the bucket to the texture file

textureSize
Integer, null

Size of the texture

constraintPath
String

Path in the bucket to the constraint file

Options OrthoDSM

Name
Type
Description
crs
String, null

Coordinate Reference System

dsmFormat
overviews
mergeParts
Boolean, null

Flag to merge parts

colorSource
noDataColor
String, null

No data color

noDataValue
Number, null

No data value

orthoFormat
projectionMode
samplingDistance
Number, null

Sampling distance

noDataTransparency
Boolean, null

No data transparency

Principal Policy

Name
Type
Description
Adjust
String
Keep
String

Tiepoints Policy

Name
Type
Description
Compute
String
Keep
String

Keypoints Density

Name
Type
Description
Normal
String
High
String

Ortho Color Source

Name
Type
Description
Reference3dModelVisible
String
OptimizedComputationVisible
String
Reference3dModelThermal
String
OptimizedComputationThermal
String

Production Inputs

Name
Type
Description
scene
String

Reality data id of ContextScene to process

extent
String, null

Path in the bucket to region of interest file, used for export extent

crsData
String, null

Path in the bucket for CRS Data

presets
String, null

List of paths to preset

modelingReference
String

Reality data id of modeling reference to process

Sampling Strategy

Name
Type
Description
Resolution
String
Absolute
String

Tangential Policy

Name
Type
Description
Adjust
String
Keep
String

Altitude Reference

Values for Altitude Reference when filling image properties.

Name
Type
Description
SeaLevel
String
WGS84Ellipsoid
String

Aspect Ratio Policy

Name
Type
Description
Adjust
String
Keep
String

Calibration Inputs

Name
Type
Description
scene
String

Reality data ID of ContextScene to process

crsData
String, null

Path in the bucket for CRS Data

presets
String, null

List of paths to preset

Cesium Compression

Name
Type
Description
None
String
Draco
String

Color Equalization

Name
Type
Description
None
String
BlockWise
String
MachineLearning
String

Constraints Inputs

Name
Type
Description
crsData
String, null

Path in the bucket for CRS Data

constraintsToAdd

Constraints to add

modelingReference
String

Reality data id of ContextScene to process

constraintsToDelete
String[], null

IDs of constraints to delete

Modeling Reference

Name
Type
Description
location
String

Reality data id of Modeling Reference

Production Outputs

Name
Type
Description
exports

List of exports

Calibration Options

Name
Type
Description
rigSynchro
skewPolicy
focalPolicy
centerPolicy
radialPolicy
pairSelection
precalibration
Boolean, null

Enable precalibration

rotationPolicy
sceneOutputCrs
String, null

CRS to use when producing the output ContextScene

tagsExtraction
Tag[], null

Tags to extract

centerTolerance
Number, null

Center tolerance, use only when center policy is AdjustWithinTolerance

principalPolicy
tiepointsPolicy
keypointsDensity
tangentialPolicy
aspectRatioPolicy
colorEqualization
fisheyeFocalPolicy
adjustmentConstraints

Adjustment constraints

pairSelectionDistance
Integer, null

Pair selection distance, use only when pair selection mode is Sequence or Loop

rigidRegistrationScale
fisheyeDistortionPolicy
rigidRegistrationPosition
rigidRegistrationRotation

Calibration Outputs

Name
Type
Description
scene
String

Reality data ID of calibrated ContextScene

report
String, null

Path in the bucket of Calibration report

texturedTiePoints
String, null

Reality data ID of textured tie points

Constraints Outputs

Name
Type
Description
addedConstraintsInfo
String

Path in the bucket for added ConstraintsInfo

Fisheye Focal Policy

Name
Type
Description
AdjustSymmetric
String
AdjustAsymmetric
String
Keep
String

Geometric Precision

Name
Type
Description
Medium
String
High
String
Extra
String
Ultra
String

Tiling Pair Selection

Name
Type
Description
Generic
String
StructuredAerial
String
RegionOfInterest
String

TouchUp Export Inputs

Name
Type
Description
tilesToTouchUp
String[], null

List of tiles to export for touch up

modelingReference
String

Reality data id of Modeling Reference

TouchUp Import Inputs

Name
Type
Description
touchUpData
String

Reality Data id for touch up data

modelingReference
String

Reality data id of Modeling Reference

Execution Information

Execution information relative to a job.

Name
Type
Description
endedDateTime
Date-time, null

End time of the job.

createdDateTime
Date-time

Creation time of the job.

processingUnits
Number, null

The number of processing units consumed by the job.

startedDateTime
Date-time, null

Start time of the job.

Gaussian Splats Inputs

Name
Type
Description
scene
String

Reality data id of ContextScene to process

preset
String, null

Path to preset

crsData
String, null

Path in the bucket for CRS Data

splatsReference
String, null

Reality data ID of the Gaussian Splats Reference.

regionOfInterest
String, null

Path in the bucket to region of interest file

Photo Used For Geometry

Name
Type
Description
ExcludeThermal
String
IncludeThermal
String
None
String

Reconstruction Inputs

Name
Type
Description
scene
String

Reality data id of ContextScene to process

extent
String, null

Path in the bucket to region of interest file, used for export extent

crsData
String, null

Path in the bucket for CRS Data

presets
String, null

List of paths to preset

regionOfInterest
String, null

Path in the bucket to region of interest file, used for tiling region of interest

modelingReference
String, null

Reality data id of modeling reference to process

Tiling Specifications

Name
Type
Description

TouchUp Export Options

Name
Type
Description
crs
String, null

Export CRS

TouchUp Export Outputs

Name
Type
Description
touchUpData
String

Reality Data id for touch up data

TouchUp Import Outputs

Name
Type
Description
importInfo
String, null

Folder in bucket containing the information about what was imported

Adjustment Constraints

Name
Type
Description
None
String
ControlPoints
String
PositionMetadata
String
PointClouds
String
Automatic
String

Gaussian Splats Options

Name
Type
Description
exportCrs
String, null

CRS for the exported Gaussian Splats

exportFormat
referenceQuality
referenceTileSize
Number, null

Tile size for the Splats Reference

Gaussian Splats Outputs

Name
Type
Description
splats
String, null

Reality data ID of Gaussian Splats.

splatsReference
String, null

Reality data ID of Gaussian Splats Reference.

Modeling Reference Type

Name
Type
Description
Orthophoto
String
Complete
String

PointCloud Color Source

Name
Type
Description
None
String
Color
String
Intensity
String
ScaledIntensity
String

Reconstruction Outputs

Name
Type
Description
exports
Export[], null

List of exports

modelingReference

ImportPointCloud Inputs

Name
Type
Description
scene
String

Reality data id of ContextScene to process

crsData
String, null

Path in the bucket for CRS Data

Rigid Registration Scale

Name
Type
Description
None
String
UserConstraints
String
ControlPoints
String
PositionMetadata
String
PointClouds
String
Automatic
String

WaterConstraints Inputs

Name
Type
Description
scene
String

Reality data id of ContextScene

crsData
String, null

Path in the bucket for CRS Data

modelingReference
String

Reality data id of Modeling Reference

Fisheye Distortion Policy

Name
Type
Description
Adjust_01xx0
String
Adjust_x1xx0
String
Adjust_x1xxx
String
Keep
String

ImportPointCloud Outputs

Name
Type
Description
scene
String, null

Output reality data id for context scene referencing scan collection

scanCollection
String

Output reality data id for scan collection

WaterConstraints Options

Name
Type
Description
forceHorizontal
Boolean, null

Force constraints to be horizontal

WaterConstraints Outputs

Name
Type
Description
constraints
String

Path in the bucket of output constraints

Production Specifications

Name
Type
Description

Untextured Representation

Name
Type
Description
InpaintingCompletion
String
UniformColor
String

Calibration Specifications

Name
Type
Description

Constraints Specifications

Name
Type
Description

FillImageProperties Inputs

List of possible inputs for a Fill Image Properties job.

Name
Type
Description
presets
String, null

List of paths to preset.

sceneToProcess
String, null

Reality data id of ContextScene to process.

sceneToComplete
String, null

Reality data id of ContextScene to complete.

imageCollections
String[], null

List of image collection reality data ids.

Rigid Registration Position

Name
Type
Description
None
String
UserConstraints
String
ControlPoints
String
PositionMetadata
String
PointClouds
String
Automatic
String

Rigid Registration Rotation

Name
Type
Description
None
String
UserConstraints
String
ControlPoints
String
PositionMetadata
String
PointClouds
String
Automatic
String
RotationMetadata
String

FillImageProperties Options

List of possible options for Fill Image Properties job.

Name
Type
Description
altitudeReference
recursiveImageCollections
Boolean, null

Recursively read folders in image collection.

FillImageProperties Outputs

List of possible outputs for a Fill Image Properties job.

Name
Type
Description
scene
String

Output reality data id of ContextScene with image properties filled.

TouchUp Export Specifications

TouchUp Import Specifications

Name
Type
Description

Gaussian Splats Specifications

Reconstruction Specifications

Name
Type
Description

ImportPointCloud Specifications

Name
Type
Description

WaterConstraints Specifications

FillImageProperties Specifications

Specifications for Fill Image Properties job.

Was this page helpful?