---
title: "Start recording of the call."
method: POST
path: "/calling/serverCalls/{serverCallId}/recordings"
tags: ["Recording"]
---

# Start recording of the call.

`POST /calling/serverCalls/{serverCallId}/recordings`

## Path parameters

- `serverCallId` string, required

## Query parameters

- `api-version` string, required

## Request body

- StartCallRecordingRequest — The request payload start call recording operation.
  - `recordingStateCallbackUri` string — The uri to send notifications to.
  - `recordingContentType` 'audio' | 'audioVideo' — The content type of a call recording.
  - `recordingChannelType` 'mixed' | 'unmixed' — The channel type of a call recording.
  - `recordingFormatType` 'wav' | 'mp3' | 'mp4' — The media container format type of a call recording.

## Response `200`

Returns the start call recording response.

- StartCallRecordingResult — The response payload of start call recording operation.
  - `recordingId` string — The recording id of the started recording

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.dev/azure/apis/communication-callingserver.md) · [All operations](https://skmtc.dev/azure/apis/communication-callingserver/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/communication-callingserver/revisions/85ed6f36b472/schema)
