---
title: "Retrieve custom CSS for a quiz"
method: GET
path: "/quizzes/custom-css"
---

# Retrieve custom CSS for a quiz

`GET /quizzes/custom-css`

## Query parameters

- `quiz_id` string, required — The ID of the quiz

## Headers

- `api_key` string, required — Your API key for authentication

## Response `200`

Custom CSS retrieved successfully

- object
  - `quiz_id` string
  - `custom_css` string

## Other responses

- `422` — Quiz not found

---

[API](https://skmtc.net/web2wave/apis/web2wave-api.md) · [All operations](https://skmtc.net/web2wave/apis/web2wave-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/web2wave/web2wave-api/versions/c88545119271/schema)
