> 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/quick-start/quizzes/set-difficulty-and-language.md).

# Set Difficulty and Language

Override difficulty and language to tune the quiz experience without changing sources.

```bash
curl -X POST "https://api.autocontentapi.com/content/Create" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "outputType": "quiz",
    "topic": "Cybersecurity basics for remote teams",
    "text": "Create 6 questions with a mix of recall and applied scenarios.",
    "quizDifficulty": "hard",
    "language": "español"
  }'
```

**Tips**

* `language` accepts ISO language names (for example `en`, `es`, `fr`).
* `quizDifficulty` changes the depth of reasoning, not the number of questions.
