Set Difficulty and Language
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"
}'Last updated