猜猜对方是真人还是 AI
猜猜对方是真人还是 AI。5 分钟限时匿名聊天,然后做出判断。
你的昵称:
匹配中… 0s
Guess whether your anonymous 5-minute chat partner is human or AI. Guest-only V1: FIFO matchmaking with bot fallback.
Base URL: https://turning-test.lishuyu.app — paths below are relative to it.
| method | path | auth | purpose |
|---|---|---|---|
POST | /api/auth/guest | none | mint a guest session token |
GET | /api/match/{id}/state | guest token | poll match state (WS fallback) |
POST | /api/match/{id}/report | guest token | report a match |
Matchmaking and play are WebSocket-only in V1: connect to wss://turning-test.lishuyu.app/ws, send {"type":"auth","token":"<guest token>"} as the first frame (within 5s or the socket is closed), then {"type":"queue.join"} to matchmake and chat.send / guess.submit to play. A live chat.message never reveals role — only "from":"you"|"opponent"; the true role is disclosed once, in match.reveal.
Other platform services: GET https://registry.lishuyu.app/llm.txt (public how-to), or authenticate and query GET https://registry.lishuyu.app/api/services/discover/{capability} to find a capability, then call that service directly.