{
  "x402Version": 2,
  "id": 6301,
  "slug": "6301",
  "resource": "https://api.melvea.com/v1/recommend",
  "description": "Grounded honey recommendations: send a flavor/use/occasion intent, receive ranked varieties chosen from Melvea's proprietary flavor, terroir, and scoring corpus — each with a grounded reason. Recommends on taste and use, not health.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7a9B696F3bec23eEF6fc278AdB922d0334A213c4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "intent": "mild floral honey for a holiday gift",
            "max_results": 3
          },
          "bodyType": "json",
          "discoverable": true,
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "intent": "mild floral honey for a holiday gift",
            "results": [
              {
                "reason": "Delicate, light floral profile; a mild crowd-pleaser well suited to gifting.",
                "slug": "acacia",
                "variety_name": "Acacia"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "intent": {
                    "description": "Free-text flavor/use/occasion intent",
                    "type": "string"
                  },
                  "max_results": {
                    "description": "Optional, default 3, max 5",
                    "type": "number"
                  }
                },
                "required": [
                  "intent"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "discoverable": {
                "const": true,
                "type": "boolean"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.melvea.com",
  "lastUpdated": "2026-09-17T05:40:23.707Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T05:40:21.486Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.melvea.com",
    "manifest_name": "api.melvea.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}