v1

latestOpenAPI 3.1.02026-07-2676188241.3 KB
Recordings

Upload Recording

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

post/interactions/{id}/recordings/

Path parameters

idstring uuid required
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479

The unique identifier of the interaction. Must be a valid UUID.

Headers

Tenant-Namestring required

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:base

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Response

Returns the recording ID in the response.

recordingIdstring uuid required

Example response

{
  "recordingId": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}