---
title: "Retry failed files"
method: POST
path: "/v1/files/retry"
tags: ["File API"]
---

# Retry failed files

`POST /v1/files/retry`

Retry processing of files that previously failed to process. This will re-attempt the processing of the specified files.

## Request body

- RetryFilesRequest
  - `file_ids` string[], required — The unique identifier of the files to retry.

## Response `200`

The retry request is being processed

- RetryFilesResponse
  - `success` boolean — Indicates whether the retry operation was successful.

---

[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)
