---
title: "Start recording"
method: PUT
path: "/transcoders/{id}/start_recording"
tags: ["transcoders"]
---

# Start recording

`PUT /transcoders/{id}/start_recording`

This operation starts the recording of a transcoder after the transcoder has started.
If you want the recording to start and stop automatically when you start or stop the transcoder instead, set _recording_ to **true** when you create a transcoder or update a transcoder.

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `transcoder` object, required
    - `recording` object — The recording for the transcoder.
      - `state` 'started' | 'stopped' — The state of video capture for the transcoder.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/versions/157b6f741f2a/schema)
