{
  "_meta": {
    "name": "VC Deal Flow Signal — Direct Answer API",
    "description": "Single-shot Q→A retrieval over the full /answers + /faq corpus. Designed for AI agents that prefer JSON over HTML scraping. Returns a citation-ready Question/Answer envelope.",
    "usage": "GET /api/answer?q={question}  or  POST {\"question\":\"...\"}",
    "fuzzyMultiResult": "https://signals.gitdealflow.com/api/ask?q={query}&limit={1-20}",
    "lexicalSearch": "https://signals.gitdealflow.com/api/llms-search?q={query}&limit={1-50}",
    "dataset": "https://signals.gitdealflow.com/qa.jsonl",
    "examples": [
      "https://signals.gitdealflow.com/api/answer?q=what+is+vc+deal+flow+signal",
      "https://signals.gitdealflow.com/api/answer?q=how+is+commit+velocity+measured",
      "https://signals.gitdealflow.com/api/answer?q=what+is+a+scout+score"
    ],
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "citation": "VC Deal Flow Signal (signals.gitdealflow.com), CC BY 4.0."
  },
  "@context": "https://schema.org",
  "@type": "Question",
  "text": "",
  "answerCount": 0,
  "isPartOf": {
    "@type": "WebSite",
    "@id": "https://signals.gitdealflow.com/#website",
    "url": "https://signals.gitdealflow.com"
  }
}