Send part dimensions and sheet sizes as JSON. Get optimal placement coordinates back. Integrates with any ERP, MES, quoting system, or production pipeline in hours — not months.
POST /v1/optimize
{
"parts": [
{"id": "bracket", "width": 120,
"height": 80, "quantity": 50},
{"id": "plate", "width": 200,
"height": 150, "quantity": 10}
],
"sheet": {
"width": 2000,
"height": 1000,
"kerf": 1.5
}
}
{
"sheets_used": 1,
"utilization_pct": 58.8,
"waste_pct": 41.2,
"compute_ms": 4032,
"placements": [
{"part_id": "bracket",
"x": 0, "y": 0,
"width": 120, "height": 80,
"rotated": false,
"sheet_index": 0},
...
]
}
Three steps. No installation. No desktop software. No training.
POST your part dimensions, quantities, and sheet size as JSON. Include kerf width and margin if needed.
Our field-based engine places every part using admissibility scoring, contact-feature matching, and offcut preservation.
Receive exact (x, y) placement for every part, sheet assignments, rotation status, and utilization metrics.
| Scenario | Parts | Sheets | Utilization | Time |
|---|---|---|---|---|
| Cabinet Project | 24 | 3 | 67.2% | 2.1s |
| Metal Brackets | 130 | 1 | 58.8% | 4.0s |
| Large Panels | 8 | 2 | 67.2% | 753ms |
| Stress Test | 500 | 3 | 70.4% | 17s |