Skip to main content
GET
Render a completed nest

Authorizations

Authorization
string
header
required

Headers

Accept
enum<string>
required

Accept Header

Available options:
application/json

Query Parameters

RequestId
string
required

The completed job to render. This is NestIdentifier in the webhook payload.

ResultIdentity
string
required

The specific result to render (ResultIdentity in the webhook payload).

Response

The rendered image and its dimensions.

RenderResponse

Base64EncodedRendering
string

The rendered image, base64-encoded.

RenderFormat
string

The image format of the rendering, e.g. svg or png.

ResultIdentity
string

The result this rendering was produced for.

xDimension
string

The width of the rendering, in pixels.

yDimension
string

The height of the rendering, in pixels.