StartFragmentGet the latest available snapshot When this API is requested, it will temporarily increase the snapshot live stream frequency to 1 per minute and return the next available snapshot. After completing the request, the frequency should return to the previous value until the next request. There also will be an optional metadata param that will return a metadata object that contains X and Y coordinates for facial recognition in the snapshot.EndFragment
Request
Query Params
include_data
stringÂ
required
optional param where if set to "metadata" will return a metadata object along with the snapshot.
Example:
{{INCLUDE_DATA}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/live/snapshot/{{DEVICE_ID}}/{{CHANNEL}}?include_data={{INCLUDE_DATA}}'