{
  "x402Version": 2,
  "id": 13554,
  "slug": "13554",
  "resource": "https://01mind.net/purchase/render-document",
  "description": "Turn structured content into a real .docx or .xlsx file an agent can hand to a person -- headings, paragraphs, tables and multi-sheet workbooks, returned as base64 in the same response. Accepts blocks, markdown, spreadsheet rows, or a saved template plus values. 5 free documents per month per API key, then $0.25 each. Free dry run at POST /sandbox/execute/render-document.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3BeFC9eF80622271f462A6435CB1201aC44cF196",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {},
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "settlement": {
              "network": "eip155:8453",
              "payer": "0x...",
              "success": true,
              "transaction": "0x..."
            },
            "transaction": {
              "amountUSD": 0.25,
              "timestamp": "2026-01-01T00:00:00.000Z",
              "transactionId": "0x..."
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {}
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "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": "01mind.net",
  "lastUpdated": "2026-09-03T13:15:22.274Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T13:15:21.809Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "01mind.net",
    "manifest_name": "01mind.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}