RequestId.
Export endpoints
| Endpoint | For | Output |
|---|---|---|
GET /nesting/export | A standard production nest | Nest export (geometry + reports) |
GET /nesting/exportquotenest | A quote nest | Quote-oriented export |
GET /nesting/render/ | Any completed nest | A rendered image of the layout |
What an export contains
An export represents the finished layout — the placed parts on each sheet — in a form suited to downstream use: CAM/machine consumption and human-readable reporting (material usage, per-sheet breakdown). Renders are useful for previews in your UI or for operator sheets.Choosing between them
- Producing cut files for a won job →
GET /nesting/export. - Backing up a quote with a layout →
GET /nesting/exportquotenest. - Showing the nest in a UI →
GET /nesting/render/.
For the precise export payload and any format parameters, see the Nesting section of the
API Reference.