# /daily **Category**: joc **Aliases**: /provocare **Summary**: Daily challenge (true/false about literature) ## Description Returns the daily true/false challenge. The answer is NOT exposed in the API (to keep suspense). See /daily page to vote and see the explanation. ## Syntax ``` /daily ``` ## Examples **Request**: `/daily` **Response**: `{"ok":true,"type":"daily","card":{"statement":"...","category":"...","difficulty":"easy","workTitle":"...","authorName":"...","link":"/daily?id=..."}}` ## How to execute ``` POST /api/v1/ai/exec Content-Type: application/json { "cmd": "daily", "args": [] } ```