Autodesk · Arazzo Workflow
Autodesk Photogrammetry Reconstruction
Version 1.0.0
Create a photoscene, upload photos, start processing, poll until done, and fetch the 3D result.
View Spec
View on GitHub
Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainabilityArazzoWorkflows
Provider
Workflows
reconstruct-photoscene
Reconstruct a 3D model from photographs and download the result.
Creates the photoscene, uploads photos into it, kicks off processing, waits for the scene status to become Done, and resolves a download link in the requested format.
1
createScene
Create the photoscene. The scene type and output format are fixed at creation time and drive how the photogrammetry engine reconstructs the geometry.
2
uploadPhotos
Upload photos into the photoscene. Processing will reject a scene with fewer than three photos, so callers with more images repeat this step before starting the job.
3
startProcessing
Start the photogrammetry reconstruction. Returns 400 when the scene does not yet hold enough photos.
4
awaitReconstruction
Poll the photoscene until its status reaches Done. Reconstruction of a large aerial set takes a long time, so this loop is deliberately patient, and it ends the workflow if the engine reports Error.
5
fetchResult
Resolve a temporary download link for the reconstructed scene in the requested format. Returns 404 while the result is not yet ready.
Source API Descriptions
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.