---
title: "Download quiz"
method: GET
path: "/quizzes/{quizId}/download"
tags: ["Quizzes"]
---

# Download quiz

`GET /quizzes/{quizId}/download`

Downloads the generated quiz JSON for the authenticated token.

## Path parameters

- `quizId` string, required

## Response `200`

Quiz JSON download

- string

## Other responses

- `401` — Unauthorized
- `404` — Quiz not found or not ready

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
