{
  "x402Version": 2,
  "id": 15743,
  "slug": "15743",
  "resource": "https://qf-api.quietforge-studio.workers.dev/v1/convert",
  "description": "Convert a document with LibreOffice: text documents (docx, doc, odt, rtf, txt, md, html) -> pdf, docx, odt, html, txt, png; spreadsheets (xlsx, xls, ods, csv) -> pdf, xlsx, ods, csv, png; presentations (pptx, ppt, odp) -> pdf, pptx, odp, png. Returns base64 output JSON.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3F5115236f25618c16021E983acaAF2CAaa1A35e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "type": "object",
    "properties": {
      "filename": {
        "type": "string"
      },
      "content_type": {
        "type": "string"
      },
      "bytes": {
        "type": "integer"
      },
      "pages": {
        "type": [
          "integer",
          "null"
        ],
        "description": "PDF page count when the output is a PDF"
      },
      "content_base64": {
        "type": "string"
      }
    },
    "required": [
      "filename",
      "content_type",
      "bytes",
      "content_base64"
    ]
  },
  "tags": [
    "documents",
    "pdf",
    "docx",
    "conversion",
    "office"
  ],
  "sourceHost": "qf-api.quietforge-studio.workers.dev",
  "lastUpdated": "2026-09-21T04:06:22.999Z",
  "quality": {},
  "liveness": {
    "isLive": true,
    "lastCheckedAt": "2026-09-21T06:04:23.404Z",
    "reliability": {
      "checks": 1,
      "live": 1
    }
  },
  "verified": true,
  "featured": false,
  "provider": {
    "host": "qf-api.quietforge-studio.workers.dev",
    "manifest_name": "Quietforge Docs API",
    "source": "submitted",
    "source_manifest_url": "https://qf-api.quietforge-studio.workers.dev/.well-known/x402.json",
    "submitted_at": "2026-09-21T04:06:22.999Z"
  },
  "exampleResponse": {
    "filename": "string",
    "content_type": "string",
    "bytes": 0,
    "pages": 0,
    "content_base64": "string"
  }
}