Render a completed nest
Returns a rendered image of a completed nesting result synchronously, in the response body — the one export you can fetch and use in a single call. Useful for previews in your UI or operator sheets.
The response carries the render as a base64-encoded string in Base64EncodedRendering, with its format in RenderFormat and pixel dimensions in xDimension / yDimension.
Authorizations
Headers
Accept Header
application/json Query Parameters
The completed job to render. This is NestIdentifier in the webhook payload.
The specific result to render (ResultIdentity in the webhook payload).
Response
The rendered image and its dimensions.
RenderResponse
The rendered image, base64-encoded.
The image format of the rendering, e.g. svg or png.
The result this rendering was produced for.
The width of the rendering, in pixels.
The height of the rendering, in pixels.