---
title: "Public Document Conversion"
method: POST
path: "/v1/public/convert"
tags: ["Conversion"]
---

# Public Document Conversion

`POST /v1/public/convert`

Convert a DOCX file to PDF without authentication. Rate limited to 10 requests per hour with 5MB file size limit.

## Query parameters

- `format` 'pdf'

## Response `200`

Successfully converted document

## Other responses

- `400` — Bad request
- `413` — File too large (exceeds 5MB limit for public endpoint)
- `429` — Rate limit exceeded (10 requests per hour for public)
- `500` — Internal server error

## Changes

- **2026-07-13** `4872812d36f8` — 1 info
  - endpoint added
- **2025-07-11** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/harbour-enterprises/apis/superdoc-api/changes/v1/public/convert/post.md)

---

[API](https://skmtc.dev/harbour-enterprises/apis/superdoc-api.md) · [All operations](https://skmtc.dev/harbour-enterprises/apis/superdoc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harbour-enterprises/superdoc-api/revisions/4872812d36f8/schema)
