---
title: "Upload Recording"
method: POST
path: "/interactions/{id}/recordings/"
tags: ["Recordings"]
---

# Upload Recording

`POST /interactions/{id}/recordings/`

Upload a recording for a given interaction. There is a maximum limit of 120 minutes in audio duration and 150 MB in file size.

## Path parameters

- `id` string, uuid, required

## Headers

- `Tenant-Name` string, required — Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

## Response `201`

Returns the recording ID in the response.

- RecordingsCreateResponse
  - `recordingId` string, uuid, required

## Other responses

- `400` — RFC9457
- `403` — RFC9457
- `500` — RFC9457
- `504` — RFC9457

---

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