The Library API enables users to manage their study materials including quizzes, flashcards, study guides, and writing prompts. All library items are user-scoped and support organization via folders.
{ "title": "World War II Quiz", "topic": "History", "itemType": "quiz", "content": { "questions": [ { "question": "In what year did World War II begin?", "options": ["1937", "1939", "1941", "1945"], "correctAnswer": 1, "explanation": "World War II began in 1939 with Germany's invasion of Poland." } ] }, "folderId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"}
{ "success": true, "item": { "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "user_id": "550e8400-e29b-41d4-a716-446655440000", "folder_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "item_type": "quiz", "title": "World War II Quiz", "topic": "History", "content": { "questions": [ { "question": "In what year did World War II begin?", "options": ["1937", "1939", "1941", "1945"], "correctAnswer": 1, "explanation": "World War II began in 1939 with Germany's invasion of Poland." } ] }, "created_at": "2026-03-07T10:30:00.000Z", "updated_at": "2026-03-07T10:30:00.000Z" }}
{ "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "user_id": "550e8400-e29b-41d4-a716-446655440000", "title": "World War II Quiz", "type": "quiz", "content": { "questions": [ { "question": "In what year did World War II begin?", "options": ["1937", "1939", "1941", "1945"], "correctAnswer": 1 } ] }, "created_at": "2026-03-07T10:30:00.000Z", "is_favorite": true}