{
  "x402Version": 2,
  "name": "Doc_Conv — Document to Markdown",
  "description": "Convert PDF/Word/Excel/PowerPoint documents to Markdown. Pay per conversion with USDC on Base via x402 (gasless EIP-3009). No account, no API key.",
  "provider": { "name": "CREPE Foundation", "url": "https://crepe.fund" },
  "homepage": "https://converter.crepe.fund",
  "openapi": "https://converter.crepe.fund/openapi.json",
  "discoverable": true,
  "resources": [
    {
      "resource": "https://converter.crepe.fund/api/v1/agent/jobs/{jobId}/convert",
      "type": "http",
      "method": "POST",
      "description": "Convert a previously-estimated document to Markdown. Obtain jobId/jobToken from /api/v1/agent/estimate (free), then pay via x402. Price is dynamic by document size (50 pages = 1 credit = 0.2 USDC).",
      "mimeType": "application/json",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "assetSymbol": "USDC",
          "assetDecimals": 6,
          "payTo": "0x383Cc31aC6416e5F1F57700b74f8970c894f4770",
          "maxAmountRequired": "200000",
          "description": "Base price: 1 credit = 0.2 USDC (200000 atomic). Larger documents cost proportionally more; call /estimate for the exact amount."
        }
      ]
    },
    {
      "resource": "https://converter.crepe.fund/api/v1/agent/estimate",
      "type": "http",
      "method": "POST",
      "description": "Free price quote. Upload a document (multipart field 'file') to receive jobId, jobToken, pages, credits, and the exact USDC price. No payment.",
      "mimeType": "application/json"
    }
  ],
  "tags": ["document-conversion", "pdf", "markdown", "office", "x402", "usdc", "base"]
}
