---
title: "Convert Document to PDF"
method: POST
path: "/v1/convert"
tags: ["Conversion"]
---

# Convert Document to PDF

`POST /v1/convert`

Convert a DOCX file to PDF format. Requires authentication.

## Query parameters

- `format` 'pdf'

## Response `200`

Successfully converted document

## Other responses

- `400` — Bad request (invalid file, format, etc.)
- `401` — Unauthorized (invalid or missing API key)
- `413` — File too large (exceeds 25MB limit)
- `429` — Rate limit exceeded
- `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/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)
