Analysis Operations API Reference
Complete reference for all analysis operation endpoints in the Voyager API.POST /api/v2/projects//createMesh
Generate a 3D mesh from scan data.POST /api/v2/projects//createTexturedMesh
Generate a textured 3D mesh.POST /api/v2/projects//runWallThickness
Run wall thickness analysis.POST /api/v2/projects//runIntegrityAnalysis
Run integrity analysis to detect defects.POST /api/v2/projects//runAutoAlignLite
Run auto-alignment on scan data.POST /api/v2/projects//runMeshCompare
Run CAD comparison analysis.POST /api/v2/projects//runDecomposeMeshCompare
Run decomposed mesh comparison.POST /api/v2/projects//runPipeline
Run processing pipeline.POST /api/v2/projects//runReconstructionPreview
Generate reconstruction preview.GET /api/v2/projects//status
Get project status including analysis states.GET /api/v2/projects//recipeInvocations
List recipe invocations for a project.For detailed guides, see Running Analysis Guide.