Skip to main content

Download Examples Version

GET 

/examples/versions/:version/download

Stream an examples bundle ZIP archive for the given version and optional modality.

Args: version: The examples version (e.g., "0.3.0"). modality: Optional modality filter (quickstart, llm, rag, agentic, cv). An unrecognized value fails with 422 rather than silently returning an empty archive.

Returns: StreamingResponse with ZIP content and proper Content-Disposition header.

Request​

Responses​

Successful Response