BatchExportBody
items object[]required
List of export items. Each item has its own camera and time range.
Possible values: >= 1, <= 50
image_path object
Optional existing image to use as the export thumbnail
- string
- null
friendly_name object
Optional friendly name for this specific export item
- string
- null
Possible values: <= 256 characters
client_item_id object
Optional opaque client identifier echoed back in results
- string
- null
Possible values: <= 128 characters
export_case_id object
Existing export case ID to assign all exports to. Attaching to an existing case is temporarily admin-only until case-level ACLs exist.
- string
- null
Possible values: <= 30 characters
new_case_name object
Name of a new export case to create when export_case_id is omitted
- string
- null
Possible values: <= 100 characters
new_case_description object
Optional description for a newly created export case
- string
- null
Which recorded stream every item in the batch is exported from. '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 exports to that stream.
Possible values: [auto, main, sub]
auto{
"items": [
{
"camera": "string",
"start_time": 0,
"end_time": 0,
"image_path": "string",
"friendly_name": "string",
"client_item_id": "string"
}
],
"export_case_id": "string",
"new_case_name": "string",
"new_case_description": "string",
"stream": "auto"
}