Challenge Conversations
Build the conversational challenge session API defined in APP-CONTROL.md. Enables multi-turn AI-powered challenge sessions beyond the current single-answer format.
Key Deliverables
| Endpoint | Method | Purpose | Rate Limit |
|---|---|---|---|
/api/challenge-sessions | POST | Start conversational challenge session | 5 sessions/user/day |
/api/challenge-sessions/[id]/turn | POST | Process conversational turn | 2000 char max input |
/api/challenge-sessions/[id]/end | POST | End session early, calculate final score | -- |
Blockers
- Conversational challenge UI design and implementation must be completed first
Source
Derived from Gap 4 of the Fact Engine API Gaps audit.