{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-memoclaw-com-v1-recall",
  "title": "MemoClaw \u00b7 Semantic Memory Recall",
  "url": "https://api.memoclaw.com/v1/recall",
  "category": "ai",
  "summary": "Search stored memories using natural language semantic queries with relevance scoring.",
  "seo": {
    "title": "Semantic Memory Search API | x402 AI Recall",
    "description": "Search stored memories via semantic similarity with x402. Pay 0.001 USDC per query. Natural language memory retrieval for AI agents."
  },
  "use_cases": [
    "Retrieve past context for ongoing conversations",
    "Find relevant memories from large knowledge bases",
    "Enable long-term memory for AI agents"
  ],
  "ideal_buyer": "AI agents and applications requiring persistent semantic memory with low-cost retrieval.",
  "example_prompt": "Recall what I discussed about machine learning optimization last week",
  "example_request_body": {
    "limit": 10,
    "query": "machine learning optimization"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.05,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xf51a5840a826020dbeb026ccaa6580baf22c7470",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Recall memories via semantic search",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "query"
            ],
            "properties": {
              "limit": {
                "type": "integer",
                "default": 10,
                "maximum": 50,
                "minimum": 1
              },
              "query": {
                "type": "string",
                "description": "Natural language search query"
              }
            }
          },
          "method": "POST"
        },
        "output": {
          "memories": [
            {
              "id": "mem_abc",
              "score": 0.92,
              "content": "..."
            }
          ]
        }
      }
    }
  ],
  "origin": {
    "slug": "api-memoclaw-com",
    "host": "api.memoclaw.com",
    "title": "MemoClaw API",
    "description": "External API origin at api.memoclaw.com. No public homepage available; endpoints may be accessible via direct path access.",
    "url": "https://api.memoclaw.com",
    "favicon": "https://memoclaw.com/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-memoclaw-com-v1-recall",
    "url": "https://x402all.com/resource/api-memoclaw-com-v1-recall",
    "name": "MemoClaw \u00b7 Semantic Memory Recall",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-memoclaw-com-v1-recall",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.memoclaw.com/v1/recall",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-memoclaw-com",
      "url": "https://api.memoclaw.com",
      "name": "MemoClaw API",
      "@type": "Organization"
    },
    "identifier": "api-memoclaw-com-v1-recall",
    "description": "Search stored memories via semantic similarity with x402. Pay 0.001 USDC per query. Natural language memory retrieval for AI agents.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-memoclaw-com-v1-recall",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-memoclaw-com-v1-recall"
}
