Skip to main content

ExportRecordingsBody

sourcePlayback source

Possible values: [recordings, preview]

Default value: recordings
name object
anyOf
string

Possible values: <= 256 characters

image_pathImage Path
export_case_id object

ID of the export case to assign this export to

anyOf
string

Possible values: <= 30 characters

chapters object

Optional chapter metadata to embed in the export. When omitted, the camera's configured export chapter mode is used.

anyOf
ChaptersEnum

Possible values: [none, recording_segments, review_items]

streamRecorded stream to export

Which recorded stream to export. 'auto' uses the merged timeline, preferring the main stream and falling back to the sub stream where main has aged out. 'main' or 'sub' pins the export to that stream alone.

Possible values: [auto, main, sub]

Default value: auto
ExportRecordingsBody
{
"source": "recordings",
"name": "string",
"image_path": "string",
"export_case_id": "string",
"chapters": "none",
"stream": "auto"
}