> For the complete documentation index, see [llms.txt](https://docs.autocontentapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autocontentapi.com/code-samples/quizzes/java.md).

# Java

Java samples for the [quiz scenario recipes](/quick-start/quizzes/quiz-examples.md). See the [Java guide](/code-samples/language-quickstarts/java.md) for setup.

## Recipes

* [📝 Create a Quiz from Text](/code-samples/quizzes/java/from-text.md)
* [🔗 Create a Quiz from a Website](/code-samples/quizzes/java/from-website.md)
* [🎚️ Set Difficulty and Language](/code-samples/quizzes/java/set-difficulty-and-language.md)
* [💡 Create a Quiz from a Topic Prompt](/code-samples/quizzes/java/from-topic.md)
* [🏢 Apply Brand Settings with `projectId`](/code-samples/quizzes/java/brand-with-project-id.md)

Prefer cURL? Jump back to the [quick-start examples](/quick-start/quizzes/quiz-examples.md).
