# Export Label Artifact



{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

Generate (or return cached) label artifact(s) for one serving.

On the first request for a given (recipe version, serving, format,
resolution) combination the label HTML is assembled, rendered by the
label-renderer Lambda, and the result is permanently cached in S3.
Subsequent requests return the cached artifact without re-rendering.

Concurrent first-download requests are safe — only one PUT lands;
all others receive a pre-signed URL for the same artifact.

All artifacts carry a DRAFT watermark until a finalize workflow is available.

Available only on API versions declaring the `recipe_versioning` capability.

<APIPage document="&#x22;bettermenu&#x22;" operations="[{&#x22;path&#x22;:&#x22;/studio/recipes/{recipe_id}/servings/{serving_id}/label-export&#x22;,&#x22;method&#x22;:&#x22;get&#x22;}]" />
