MINARA

Shortcut questions (Chat landing)

GET /v1/shortcut-questions — Hand-authored fixed lists plus LLM-generated dynamic questions per category, used by the Chat landing page chip-row. Cat

GET /v1/shortcut-questions

Hand-authored fixed lists plus LLM-generated dynamic questions per category, used by the Chat landing page chip-row. Categories: Trending, Crypto (research / trading / DeFi / airdrop / meme), Stock (research / trading), Macro, Sentiment, Learn. Dynamic questions are regenerated on a 6-hour cadence by default (SHORTCUT_QUESTIONS_TTL_MS).

MethodGET
Path/v1/shortcut-questions
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryllm

Response body

{ "locale": "en", "leaves": [{ "topLevel": "trending", "sub": null, "fixed": ["..."], "dynamic": ["What's pumping $BTC this week?"], "generatedAt": 1746000000000 }] }

On this page