Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:8787/api/v1/documents/most-quizzed
{ "data": [ { "id": 123, "title": "<string>", "type": "<string>", "uploadDate": "<string>", "size": "<string>", "quizCount": 123 } ] }
Get the top 5 most quizzed documents from the database
Documents fetched successfully
Show child attributes