Skip to main content
POST
Mark the recording upload as complete after all files have been uploaded to S3. This transitions the recording status from pending to uploaded and fires an event for downstream processing (e.g., transcription).

Authentication

This endpoint accepts two authentication methods:

Path Parameters

id
string
required
The recording’s unique identifier (e.g., rec_abc123).

Response

Returns the updated recording object with status set to uploaded.

Response Fields

Complete Upload Flow

The recording must be in pending status. Calling this on an already-uploaded recording returns a 400 error.