---
title: "Reprocess a document."
method: POST
path: "/v1/libraries/{library_id}/documents/{document_id}/reprocess"
tags: ["beta.libraries.documents"]
---

# Reprocess a document.

`POST /v1/libraries/{library_id}/documents/{document_id}/reprocess`

Given a library and a document in that library, reprocess that document, it will be billed again.

## Path parameters

- `library_id` string, uuid, required
- `document_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/61436a496404/schema)
