Endpoints
Both follow the same async model: submit, receive a
RequestId
(returned as an ApiNestingResult, i.e. { "RequestId": … }), then receive progress and
completion on your ResultsWebhookUri. The quote webhook streams "InterimResult" payloads
as sub-nests finish and a final "Complete" — a different shape from the standard 2D result;
see Webhooks → Quote nesting results. Collect the
layout itself with GET /v1/nesting/exportquotenest. Both endpoints are also served
unversioned (/nesting/quotenesting) for existing callers, but /v1 is the canonical path.