KleeQuiz Developer Platform

Build source-grounded study tools with KleeQuiz AI.

Generate Multiple Choice, True/False, Fill in the Blank, and Vocabulary Matching questions from PDF and DOCX source material through one API.

30 free credits

Every newly issued beta developer key starts with 30 question credits.

Simple billing

1 generated question = 1 credit. Recharge credits from the Developer Portal.

Source-grounded

The API generates from the document you upload rather than treating outside knowledge as the source of truth.

Server-side keys

Use kq_live_... keys only from a backend or other secure server environment.

One request

curl -X POST https://developers.kleequiz.com/v1/quizzes/generate \
  -H "Authorization: Bearer $KLEEQUIZ_API_KEY" \
  -F "document=@notes.pdf" \
  -F "count=10" \
  -F "question_types=multiple_choice,true_false,fill_blank"

KleeQuiz AI is in beta. Generated questions can be incomplete or incorrect. Applications should allow users to verify important answers against their source material.