Skip to main content
POST
Create recording highlight clip

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Recording id to cut the clip from.

Required string length: 1 - 128

Body

application/json
label
string
required

Human-readable name for the clip.

Required string length: 1 - 120
start_ms
integer
required

Clip start offset in milliseconds from the recording start.

Required range: x >= 0
end_ms
integer
required

Clip end offset in milliseconds. Must be greater than start_ms and at least 500ms beyond it.

Required range: x >= 0

Response

The created clip with its media fragment.

data
object
meta
object