{
  "name": "PRT to STEP/STP Converter",
  "version": "1.0.0",
  "endpoints": {
    "GET /": "API information",
    "GET /health": "Health check",
    "POST /convert": "Convert PRT to STEP/STP (form-data: file, format=step|stp)",
    "POST /convert-async": "Async conversion (requires R2 bucket)",
    "GET /status/{jobId}": "Check async job status",
    "GET /download/{jobId}": "Download converted file"
  }
}