# Knowledge Base ## Docs - [Analyze tags](https://docs.intelliq.dev/api-reference/admin/analyze-tags.md): Analyze tags - [Generate quiz embedding](https://docs.intelliq.dev/api-reference/admin/generate-quiz-embedding.md): Generate quiz embedding - [Add a quiz to user's bookmarks](https://docs.intelliq.dev/api-reference/bookmarks/add-a-quiz-to-users-bookmarks.md): Add a quiz to user's bookmarks - [Delete a quiz from user's bookmarks](https://docs.intelliq.dev/api-reference/bookmarks/delete-a-quiz-from-users-bookmarks.md): Delete a quiz from user's bookmarks - [Get user's bookmarked quizzes](https://docs.intelliq.dev/api-reference/bookmarks/get-users-bookmarked-quizzes.md): Get user's bookmarked quizzes with pagination - [Search user's bookmarked quizzes](https://docs.intelliq.dev/api-reference/bookmarks/search-users-bookmarked-quizzes.md): Search user's bookmarked quizzes with optional filtering - [Delete a document](https://docs.intelliq.dev/api-reference/documents/delete-a-document.md): Delete a document from the database and storage - [Get a document by ID](https://docs.intelliq.dev/api-reference/documents/get-a-document-by-id.md): Get a document by its ID - [Get all documents](https://docs.intelliq.dev/api-reference/documents/get-all-documents.md): Get all documents from the database - [Get most quizzed documents](https://docs.intelliq.dev/api-reference/documents/get-most-quizzed-documents.md): Get the top 5 most quizzed documents from the database - [Get recent documents](https://docs.intelliq.dev/api-reference/documents/get-recent-documents.md): Get the 5 most recent documents from the database - [Process a document](https://docs.intelliq.dev/api-reference/documents/process-a-document.md): Process a document - [Search documents](https://docs.intelliq.dev/api-reference/documents/search-documents.md): Search documents using hybrid search (full-text + semantic) - [Upload a document](https://docs.intelliq.dev/api-reference/documents/upload-a-document.md): Upload a document to the database - [Get user's quiz history](https://docs.intelliq.dev/api-reference/history/get-users-quiz-history.md): Get user's quiz history with optional filtering - [Search user's quiz history](https://docs.intelliq.dev/api-reference/history/search-users-quiz-history.md): Search user's quiz history with optional filtering - [Introduction](https://docs.intelliq.dev/api-reference/introduction.md): API Reference for IntelliQ - [Get the leaderboard for a multiplayer room](https://docs.intelliq.dev/api-reference/quiz-submissions-multiplayer/get-the-leaderboard-for-a-multiplayer-room.md): Get the leaderboard for a multiplayer room - [Get the questions for a multiplayer room](https://docs.intelliq.dev/api-reference/quiz-submissions-multiplayer/get-the-questions-for-a-multiplayer-room.md): Get the questions for a multiplayer room - [Submit a quiz](https://docs.intelliq.dev/api-reference/quiz-submissions-multiplayer/submit-a-quiz.md): This route is called once by the host user. It creates one quiz and one set of questions for the entire lobby. - [Submit quiz answers for a multiplayer room](https://docs.intelliq.dev/api-reference/quiz-submissions-multiplayer/submit-quiz-answers-for-a-multiplayer-room.md): Submit quiz answers for a multiplayer room - [Get the questions for a single player quiz](https://docs.intelliq.dev/api-reference/quiz-submissions-singleplayer/get-the-questions-for-a-single-player-quiz.md): Get the questions for a single player quiz - [Submit a document-based quiz](https://docs.intelliq.dev/api-reference/quiz-submissions-singleplayer/submit-a-document-based-quiz.md): Submit a quiz generated from a document - [Submit a single player quiz](https://docs.intelliq.dev/api-reference/quiz-submissions-singleplayer/submit-a-single-player-quiz.md): Submit a single player quiz - [Generate a quiz](https://docs.intelliq.dev/api-reference/quizzes/generate-a-quiz.md): Generate a quiz based on the given topic and description - [Generate a quiz from a document](https://docs.intelliq.dev/api-reference/quizzes/generate-a-quiz-from-a-document.md): Automatically generate a quiz based on the content of a stored document - [Create a room](https://docs.intelliq.dev/api-reference/rooms/create-a-room.md): Create a room - [Get room details](https://docs.intelliq.dev/api-reference/rooms/get-room-details.md): Get room details by room code - [Get room details](https://docs.intelliq.dev/api-reference/rooms/get-room-details-1.md): Get room details by room code - [Update room settings](https://docs.intelliq.dev/api-reference/rooms/update-room-settings.md): Update room settings by room code - [Get a singleplayer quiz share](https://docs.intelliq.dev/api-reference/share/get-a-singleplayer-quiz-share.md): Get a singleplayer quiz share - [Share a multiplayer quiz](https://docs.intelliq.dev/api-reference/share/share-a-multiplayer-quiz.md): Create a shareable version of a completed multiplayer quiz - [Share a singleplayer quiz](https://docs.intelliq.dev/api-reference/share/share-a-singleplayer-quiz.md): Create a shareable version of a singleplayer quiz - [Update a singleplayer quiz share](https://docs.intelliq.dev/api-reference/share/update-a-singleplayer-quiz-share.md): Update a singleplayer quiz share - [Get user's tag analysis](https://docs.intelliq.dev/api-reference/user-analysis/get-users-tag-analysis.md): Retrieve tag and category statistics for the authenticated user - [Get user's top categories](https://docs.intelliq.dev/api-reference/user-analysis/get-users-top-categories.md): Retrieve the most frequent categories for the authenticated user - [Document Quiz Flow](https://docs.intelliq.dev/document-quiz-flow.md): How IntelliQ transforms uploaded documents into interactive quizzes through AI-powered content analysis - [Code Blocks](https://docs.intelliq.dev/essentials/code.md): Display inline code and code blocks - [Images and Embeds](https://docs.intelliq.dev/essentials/images.md): Add image, video, and other HTML elements - [Markdown Syntax](https://docs.intelliq.dev/essentials/markdown.md): Text, title, and styling in standard markdown - [Navigation](https://docs.intelliq.dev/essentials/navigation.md): The navigation field in mint.json defines the pages that go in the navigation menu - [Reusable Snippets](https://docs.intelliq.dev/essentials/reusable-snippets.md): Reusable, custom snippets to keep content in sync - [Global Settings](https://docs.intelliq.dev/essentials/settings.md): Mintlify gives you complete control over the look and feel of your documentation using the mint.json file - [Hybrid Search Implementation](https://docs.intelliq.dev/hybrid-search.md): How IntelliQ combines semantic and keyword search for powerful quiz discovery - [Introduction](https://docs.intelliq.dev/introduction.md): IntelliQ.dev | Start your AI quiz today! - [Local Development](https://docs.intelliq.dev/local-development.md): A guide on how to run IntelliQ's codebase locally. - [Local Development](https://docs.intelliq.dev/local-development-arc-devs.md): A guide on how to run IntelliQ's codebase locally as an ARC-Solutions developer. - [Multiplayer Quiz Flow](https://docs.intelliq.dev/multiplayer-flow.md): Understanding the data flow for multiplayer quizzes in IntelliQ - [Quiz Sharing Flow](https://docs.intelliq.dev/sharing-flow.md): Understanding the data flow for sharing quizzes in IntelliQ - [Syncing Specific Directories from Main Branch](https://docs.intelliq.dev/syncing-from-main.md): How to update specific directories in your branch with the latest changes from main - [Tag Analysis Flow](https://docs.intelliq.dev/tag-analysis-flow.md): Understanding the tag analysis system in IntelliQ ## OpenAPI Specs - [openapi](https://api.arcsolutionsteam.workers.dev/openapi) - [openapi-from-anchor-url-0](https://docs.intelliq.dev/openapi-from-anchor-url-0) ## Optional - [Documentation](https://mintlify.com/docs) - [Community](https://mintlify.com/community) - [Blog](https://mintlify.com/blog)