I’m building an app that integrates with Lichess via the Board API (board:play scope), and I’m running into a limitation with POST /api/board/seek:
Rapid/Classical/Correspondence seeks work
Blitz/Bullet seeks are rejected (e.g., time=5, increment=0 -> Invalid time control)
I understand from the docs and issue discussions that this is currently intentional.
Still, I’d like to request support for Blitz/Bullet seeks for normal Board API consumers.