---
title: "Parse File"
method: POST
path: "/parse"
tags: ["/parse"]
---

# Parse File

`POST /parse`

Parse a file into a structured Markdown representation. The file size must be less than 100MB and the number of pages must be less than 400.

Email [parse-feedback@contextual.ai](mailto:parse-feedback@contextual.ai) with any feedback or questions.

## Response `200`

Successful Response

- ParseResponseV1 — /parse response object.
  - `job_id` string, uuid, required — Unique ID of the parse job

## Other responses

- `422` — Validation Error

## Changes

- **2025-05-08** `17bdb8a33fb4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/contextualai/apis/endpoints/changes/parse/post.md)

---

[API](https://skmtc.dev/contextualai/apis/endpoints.md) · [All operations](https://skmtc.dev/contextualai/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/contextualai/endpoints/revisions/17bdb8a33fb4/schema)
