v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Exports

Creates and starts a new video export job

post/exports

Request body

OR
OR
OR

Example request

{
  "deviceId": "10058b7a",
  "period": {
    "startTimestamp": "2023-03-19T09:08:07.542Z",
    "endTimestamp": "2023-03-20T09:08:07.542Z"
  },
  "osd": {
    "timeZone": "Americas/Chicago"
  }
}

Response

Created

idstring uuid required

ID of the export job. This should be used with the jobs api to keep track of the state of the export job.

Example response

{
  "id": "cd66d697-5ce2-4b70-abc6-4b70b9361537"
}