---
title: "Resume transcription after adding credits"
method: POST
path: "/uploads/{id}/resume"
tags: ["Uploads"]
---

# Resume transcription after adding credits

`POST /uploads/{id}/resume`

Rechecks the additional credits required after server-side duration measurement, then retries processing.

## Response `200`

Upload was already completed

- UploadOperationResponse
  - `id` string, required
  - `status` 'initiated' | 'uploading' | 'uploaded' | 'processing' | 'awaiting_credits' | 'completed' | 'failed' | 'aborted', required
  - `requiredCredits` integer
  - `additionalCredits` integer

## Other responses

- `202` — Upload transcription resumed
- `400` — Invalid request
- `401` — Missing or invalid API key
- `402` — Not enough credits to start processing
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — Internal server error

## Changes

- **2026-08-09** `fff36efa50d3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mediacaption/apis/media-caption-public-api/changes/uploads/:id/resume/post.md)

---

[API](https://skmtc.dev/mediacaption/apis/media-caption-public-api.md) · [All operations](https://skmtc.dev/mediacaption/apis/media-caption-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mediacaption/media-caption-public-api/revisions/fff36efa50d3/schema)
