{
  "x402Version": 2,
  "id": 4178,
  "slug": "4178",
  "resource": "https://x402-api.aubr.ai/api/literature/encrypted",
  "description": "Send an HPKE-sealed literature query to Aubrai and receive an encrypted result. The transport terminates at Aubrai; literature retrieval and evidence processing use external services. Always async — poll the returned pollUrl.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x44dC2dceaA22c7EF6B2E2cF2362Fd3FB476b7c2C",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 1800
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "hpke_ciphertext": "<base64-encrypted-query>",
            "hpke_ephemeral_public_key": "<base64-ephemeral-pubkey>"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "pollUrl": "https://x402-api.aubr.ai/api/literature/encrypted/status/req_abc123",
            "requestId": "req_abc123",
            "status": "pending"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "hpke_ciphertext": {
                    "description": "HPKE-encrypted literature query, base64-encoded",
                    "type": "string"
                  },
                  "hpke_ephemeral_public_key": {
                    "description": "Sender's one-time X25519 public key, base64-encoded",
                    "type": "string"
                  }
                },
                "required": [
                  "hpke_ciphertext",
                  "hpke_ephemeral_public_key"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "bodyType",
              "body",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402-api.aubr.ai",
  "lastUpdated": "2026-09-14T23:48:48.418Z",
  "quality": {
    "calls30d": 37,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-14T23:49:19.121Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402-api.aubr.ai",
    "manifest_name": "x402-api.aubr.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}