Skip to main content
Once a nest completes, you turn it into output your shop can use. Exports are generated from a completed job by its RequestId.

Export endpoints

EndpointForOutput
GET /nesting/exportA standard production nestNest export (geometry + reports)
GET /nesting/exportquotenestA quote nestQuote-oriented export
GET /nesting/render/Any completed nestA rendered image of the layout
curl "https://dev.api.nestapi.com/nesting/export?RequestId=THE_REQUEST_ID" \
  -H "Authorization: Bearer YOUR_API_KEY"

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 jobGET /nesting/export.
  • Backing up a quote with a layout → GET /nesting/exportquotenest.
  • Showing the nest in a UIGET /nesting/render/.
For the precise export payload and any format parameters, see the Nesting section of the API Reference.