File Converter API Documentation

Interactive API documentation for the File Converter service. Convert files between PDF, DOCX, XLSX, CSV, and PPTX formats.

Quick API Usage

# Convert a file to PDF
curl -X POST http://localhost:3000/api/convert \
-F "file=@document.docx" \
-F "outputFormat=pdf"

📡 Available Endpoints

POST/api/convert- Convert files between formats
GET/api/docs- API specification (YAML/JSON)

Loading API documentation...

This may take a few seconds on first load