{
  "x402Version": 2,
  "id": 348,
  "slug": "348",
  "resource": "https://api.kadec0.xyz/v1/smart-search",
  "description": "Smart, auto-routed research paper search. A broad field term is grounded against the OpenAlex taxonomy and returned as a coherent field cluster; a natural-language question runs hybrid retrieval over OpenAlex and Semantic Scholar with reciprocal rank fusion and a SPECTER2 embedding rerank. The response exposes the routing decision, and each paper carries title, authors, year, venue, citation count, DOI, and a relevance score. Keyless.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "maxItems": "15",
            "q": "does zone 2 training improve mitochondrial density in older adults"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "count": 15,
                "grounding": null,
                "mode": "hybrid",
                "query": "does zone 2 training improve mitochondrial density in older adults",
                "results": [
                  {
                    "citationCount": 210,
                    "score": 0.0163,
                    "specterCosine": 0.71,
                    "title": "Exercise training and mitochondrial biogenesis...",
                    "type": "paper",
                    "year": 2019
                  }
                ],
                "routing": {
                  "embedded": 18,
                  "fusion": "openalex-only",
                  "isQuestion": true,
                  "openAlexHits": 30,
                  "reranked": true,
                  "s2Hits": 0,
                  "wordCount": 10
                },
                "type": "smart_search"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "maxItems": {
                    "default": "15",
                    "description": "max results (1-40)",
                    "type": "string"
                  },
                  "q": {
                    "description": "a field term OR a natural-language research question",
                    "type": "string"
                  },
                  "rerank": {
                    "default": "true",
                    "description": "apply the SPECTER2 semantic rerank on the hybrid path",
                    "type": "string"
                  }
                },
                "required": [
                  "q"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.kadec0.xyz",
  "lastUpdated": "2026-09-08T22:02:54.228Z",
  "quality": {
    "calls30d": 9,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-08T22:03:10.612Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kadec0.xyz",
    "manifest_name": "api.kadec0.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}