Office conversion

Convert Office documents to PDF through API jobs.

The Office-to-PDF endpoint is designed for document uploads, private storage URLs, and high-fidelity provider routing when available under your plan.

Endpoint

Use POST /v1/convert/office-to-pdf. Include either a file upload strategy supported by your deployment or a private source URL your server can access safely.

Best output mode

Set conversionProviderMode to best_output when your plan and admin settings allow premium providers. LibreOffice remains the free/self-hosted default and is not advertised as Microsoft Word-perfect.

Supported inputs

Common inputs include DOC, DOCX, XLS, XLSX, PPT, PPTX, ODT, ODS, ODP, RTF, and related Office-like files enabled in Enterprise Tools.

Provider diagnostics

Job metadata can include provider used, fallback status, duration, output size, and a clear warning if a non-premium fallback was used.

curl -X POST https://fileza.ai/v1/convert/office-to-pdf \
  -H "Authorization: Bearer fpe_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"sourceUrl":"https://files.example.com/report.docx","conversionProviderMode":"best_output"}'

Need help?

Include your request ID, endpoint, timestamp, and account email when contacting support. Never send raw API keys, provider secrets, OAuth tokens, or signed download URLs.

Contact API support