{
  "_meta": {
    "response_type": "usage",
    "version": "0.1",
    "site": "scriptivox.com"
  },
  "endpoint": "https://www.scriptivox.com/ask",
  "protocol": "NLWeb",
  "methods": [
    "GET",
    "POST"
  ],
  "parameters": {
    "query": "required — the natural-language question",
    "mode": "list (default) | summarize | generate. This deployment answers in list mode.",
    "streaming": "defaults to true (SSE). Pass 0 or false for plain JSON.",
    "site": "optional backend site token",
    "prev": "optional comma-separated previous queries",
    "query_id": "optional; generated if omitted"
  },
  "answers_about": "Scriptivox: transcription, the API, accounts, authentication, pricing and payment.",
  "retrieval": "Lexical search over this site’s own documentation. No model call, so it cannot invent an answer that is not in the corpus.",
  "example": "https://www.scriptivox.com/ask?query=how%20do%20I%20get%20an%20API%20key&streaming=0",
  "see_also": [
    "https://www.scriptivox.com/skill.md",
    "https://www.scriptivox.com/llms.txt"
  ]
}