v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0156121143.5 KB

Add a named marker to an in-progress recording

Records a named point in time during an active recording. At finalize the markers are injected into the output MP4 as chapter markers.

post/recording/mark

Request body

namestring required

Name of the marker, used as the MP4 chapter title.

idstring

Identifier of the recording session to mark, as passed to /recording/start. Alphanumeric or hyphen. When omitted, the marker is added to the default recording session.

Response

Marker recorded

namestring required

Name of the recorded marker.

offset_msinteger required

Provisional offset of the marker from the recording start, in milliseconds, measured against the start time at mark time. The authoritative offset is the chapter start written at finalize.