{"openapi":"3.0.0","paths":{"/":{"get":{"description":"Returns the API documentation rendered as HTML. This is the home page of the API.","operationId":"IntroController_getIntro","parameters":[],"responses":{"200":{"description":"HTML page with formatted API documentation"}},"summary":"Get API Documentation","tags":["Intro"]}},"/notes":{"get":{"description":"Generates a personalized daily note for your device. Notes are cached per device and language for the entire day. Automatically sets a device-id cookie on first request.","operationId":"NotesController_getNote","parameters":[{"name":"lang","required":false,"in":"query","description":"Language for the note and page content. Default: en","schema":{"enum":["en","es"],"type":"string"}}],"responses":{"200":{"description":"JSON object containing the daily note and author","content":{"application/json":{"schema":{"type":"object","properties":{"note":{"type":"string","example":"Call me Ishmael"},"author":{"type":"string","example":"Herman Melville"}}}}}},"500":{"description":"Internal server error - Could be due to Groq API failure"}},"summary":"Get daily note","tags":["Notes"]}}},"info":{"title":"Notes API","description":"The notes API description","version":"1.0","contact":{}},"tags":[],"servers":[],"components":{"schemas":{}}}