ExportRecordingsBody
sourcePlayback source (string)
Possible values: [recordings, preview]
Default value:
recordingsname object
anyOf
- string
- null
string
Possible values: <= 256 characters
null
image_pathImage Path (string)
export_case_id object
ID of the export case to assign this export to
- string
- null
string
Possible values: <= 30 characters
null
chapters object
Optional chapter metadata to embed in the export. When omitted, the camera's configured export chapter mode is used.
- ChaptersEnum
- null
string
Possible values: [none, recording_segments, review_items]
null
ExportRecordingsBody
{
"source": "recordings",
"name": "string",
"image_path": "string",
"export_case_id": "string",
"chapters": "none"
}