{
  "type": "prompted.corpus_hydration_contract.v1",
  "description": "Hosted corpus hydration service. Submit q for the desired anchor and anti for terms or frames to repel from the bundle.",
  "methods": [
    "GET",
    "POST"
  ],
  "examples": [
    "https://promptedllc.com/corpus/hydrate?q=runtime%20governance&anti=sovereign%20cloud",
    {
      "method": "POST",
      "body": {
        "q": "agent reliability",
        "anti": "benchmark theater",
        "limit": 6
      }
    }
  ],
  "returns": "prompted.corpus_hydration_packet.v1"
}