---
title: "Start conference recording"
method: POST
path: "/conferences/{id}/recording_start"
tags: ["Conference"]
---

# Start conference recording

`POST /conferences/{id}/recording_start`

Initiate recording for the specified conference.

## Path parameters

- `id` string, required

## Request body

- object
  - `format` 'wav', required — The format of the recording.
  - `duration` integer, required — The maximum duration of the recording (in seconds).
  - `on_end_flow_id` string, required — The ID of the flow to be executed when the recording ends.

## Response `200`

Recording started successfully.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).

---

[API](https://skmtc.net/voipbin/apis/voipbin-api.md) · [All operations](https://skmtc.net/voipbin/apis/voipbin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voipbin/voipbin-api/versions/79e779080bcc/schema)
