/
/VSS Video Analytics APIs
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked just now · Updated 1mo ago
alerts2
behavior2
clustering2
config13
events3
frames7
  • getGet raw frame metadata
  • getGet enhanced frame metadata
  • getGet bev frame metadata
  • getGet frame based alerts
  • getGet frame based objects with high confidence. These object detections can be used for reference embedding, based on which object search can be done. Please check the input descriptions to check its dependencies.
  • getGet the latest proximity clusters for a given sensorId and time range.
  • getIt is used to calculate pts in milliseconds for a given frameId. It can also be used to calculate estimated pts for a given timestamp. This endpoint is used for video files (sensors) that are streamed using nvstreamer.
incidents2
livez1
metrics18
sensor1
tracker5
    frames

    Get frame based alerts

    get/frames/alerts

    Query parameters

    fromTimestampstring date-time required
    toTimestampstring date-time required
    sensorIdstring
    type'proximity' | 'restricted-area' | 'confined-area'
    maxResultSizeinteger

    Response

    Successful Operation.

    FrameAlerts required— unresolved $ref

    Changes