Recipes Guide
Recipes are predefined workflows that combine multiple analysis steps. This guide covers how to discover, run, and monitor recipe executions.What are Recipes?
Recipes are automated workflows that:- Combine multiple analysis steps
- Standardize analysis processes
- Enable batch processing
- Produce consistent results
Types of Recipes
- Scan Recipes - Processing workflows for scan data
- Analysis Recipes - Analysis workflows (porosity, wall thickness, etc.)
Listing Available Recipes
Organization Recipe Versions
- Python
Scan Recipe Revisions
- Python
Running Recipes
Run Recipe on Project
- Python
Monitoring Recipe Execution
Get Recipe Invocations
- Python
Check Invocation Status
- Python
Getting Recipe Results
Download Recipe Results
- Python
Recipe Result Formats
Recipe results typically include:- CSV files - Tabular analysis data
- JSON files - Structured metadata
- PLY files - 3D visualization meshes
- ZIP archives - Pre-packaged result sets
Best Practices
1. Check Recipe Availability
Verify recipes are available before running:2. Monitor Execution
Implement proper polling:3. Handle Results
Download and process results efficiently:Next Steps
- Bulk Operations Guide - Run recipes on multiple projects
- API Reference - Recipes - Complete endpoint reference
- Data Export Guide - Export recipe results