---
title: "Parse PDF"
method: POST
path: "/v1/tools/pdf-parser/{file_id}"
tags: ["Tools API"]
---

# Parse PDF

`POST /v1/tools/pdf-parser/{file_id}`

Parse PDF to other formats.

## Path parameters

- `file_id` string, required

## Request body

- ParsePdfRequest
  - `format` 'text' | 'markdown', required — The format into which the PDF content should be converted.

## Response `200`

- ParsePdfResponse
  - `content` string, required — The extracted content from the PDF file, converted to the specified format.

---

[API](https://skmtc.dev/writer/apis/writer-enterprise-api.md) · [All operations](https://skmtc.dev/writer/apis/writer-enterprise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/writer/writer-enterprise-api/revisions/313187c251a5/schema)
