Skip to main content

ExportRecordingsBody

sourcePlayback source (string)

Possible values: [recordings, preview]

Default value: recordings
name object
anyOf
string

Possible values: <= 256 characters

image_pathImage Path (string)
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
string

Possible values: [none, recording_segments, review_items]

ExportRecordingsBody
{
"source": "recordings",
"name": "string",
"image_path": "string",
"export_case_id": "string",
"chapters": "none"
}