{
  "x402Version": 2,
  "id": 8462,
  "slug": "8462",
  "resource": "https://resolve.exende.dev/v1/resolve",
  "description": "Exende Resolve turns a public URL into machine-readable web, document, data, text, or image metadata. It detects resource type, extracts static HTML, renders JavaScript pages only when needed, parses PDF text, JSON, CSV and plain text, and returns a normalized result.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "output": "auto",
            "render": "auto",
            "url": "https://example.com/article"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "id": "resolve_0123456789abcdef0123456789abcdef",
            "limits": {
              "output_bytes": 900,
              "truncated": false
            },
            "metadata": {
              "title": "Example"
            },
            "processing": {
              "browser_ms_used": null,
              "browser_used": false,
              "cost_estimate_usd": "0.001100",
              "duration_ms": 800,
              "ocr_used": false,
              "strategy": "static_html"
            },
            "read_token": "ex_resolve_read_REDACTED",
            "resolved": {
              "data": null,
              "format": "html",
              "links": [],
              "markdown": "# Example content",
              "text": "Example content.",
              "type": "webpage"
            },
            "resource": {
              "content_disposition": null,
              "content_type": "text/html",
              "final_url": "https://example.com/article",
              "redirect_count": 0,
              "requested_url": "https://example.com/article",
              "size_bytes": 42000
            },
            "status": "completed",
            "status_url": "https://resolve.exende.dev/v1/resolves/resolve_0123456789abcdef0123456789abcdef"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "output": {
                    "default": "auto",
                    "enum": [
                      "auto",
                      "markdown",
                      "text",
                      "json"
                    ],
                    "type": "string"
                  },
                  "render": {
                    "default": "auto",
                    "description": "Use auto to render only when static HTML is not useful and page signals indicate client-side content.",
                    "enum": [
                      "auto",
                      "always",
                      "never"
                    ],
                    "type": "string"
                  },
                  "url": {
                    "description": "A public HTTP or HTTPS resource URL.",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": true,
                "properties": {
                  "id": {
                    "pattern": "^resolve_[a-f0-9]{32}$",
                    "type": "string"
                  },
                  "read_token": {
                    "type": "string"
                  },
                  "status": {
                    "enum": [
                      "completed",
                      "failed",
                      "processing"
                    ],
                    "type": "string"
                  },
                  "status_url": {
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "id",
                  "status",
                  "resource",
                  "resolved",
                  "processing",
                  "limits"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "exende_resolve",
        "s": [
          "cdp_sdk_server"
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "maxItems": 11,
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "eip2612GasSponsoring": {},
    "erc20ApprovalGasSponsoring": {},
    "payment-identifier": {
      "info": {
        "required": true
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring",
    "payment-identifier"
  ],
  "sourceHost": "resolve.exende.dev",
  "lastUpdated": "2026-08-26T13:05:58.343Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T13:05:57.332Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "resolve.exende.dev",
    "manifest_name": "resolve.exende.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}