---
title: "Resume a paused leg recording"
method: POST
path: "/legs/{id}/record/resume"
tags: ["Legs"]
---

# Resume a paused leg recording

`POST /legs/{id}/record/resume`

Resumes writing real audio after a prior `/record/pause`. Idempotent: calling while not paused returns `status: not_paused`.

## Response `200`

Recording resumed (or was not paused)

- StatusResponse
  - `instance_id` string — Instance identifier
  - `status` string, required

## Other responses

- `404` — No recording in progress

---

[API](https://skmtc.net/voiceblender/apis/voiceblender-api.md) · [All operations](https://skmtc.net/voiceblender/apis/voiceblender-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voiceblender/voiceblender-api/revisions/4efc843fe56f/schema)
