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.
Real-time 1v1 PvP quiz battles with matchmaking, bot fallbacks, and gem stakes.
POST /api/v2/quiz-battles/queue/join
Authorization: Bearer <jwt_access_token>
topicId
string
stakeAmount
number
{ "topicId": "topic-uuid-1", "stakeAmount": 50 }
{ "success": true, "data": { "status": "QUEUED", "queueTicket": "ticket-9812", "matchmakingTimeoutSeconds": 30 }, "message": "Searching for opponent..." }
POST /api/v2/quiz-battles/bot/start
{ "success": true, "data": { "roomId": "room-bot-9821", "opponent": { "username": "CodeMasterBot", "avatarUrl": "https://ik.imagekit.io/learnway/bots/bot1.png" }, "questions": [ ... ] } }