Set Difficulty and Language

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

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": "es"
  }'

Tips

  • language accepts ISO language names (for example en, es, fr).

  • quizDifficulty changes the depth of reasoning, not the number of questions.

Last updated