Create a Quiz from a Topic Prompt
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "quiz",
"topic": "Trends in renewable energy storage",
"text": "Write 10 questions aimed at college-level students.",
"quizDifficulty": "medium"
}'Try it in code
Last updated