{
  "@context": "https://nlweb.ai/context/v1",
  "@type": "NLWebService",
  "version": "0.1",
  "endpoint": "https://tekoalydani.com/ask",
  "methods": [
    "POST"
  ],
  "supported_formats": [
    "application/ld+json",
    "text/event-stream"
  ],
  "supported_languages": [
    "fi"
  ],
  "rate_limit": {
    "requests_per_minute": 30
  },
  "site": "https://tekoalydani.com",
  "publisher": {
    "@type": "Organization",
    "name": "Tekoaly-Dani",
    "url": "https://tekoalydani.com"
  }
}