v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Analytics

Get People/Vehicle Counts

Returns the count of people and vehicles within a specified time range.

get/cameras/v1/analytics/object_counts

Query parameters

camera_idstring required

The unique identifier of the camera.

start_timeinteger

The start of the time range for requested counts. Formatted as a Unix timestamp in seconds. Default value is an hour ago from the current time.

end_timeinteger

The end of the time range for requested counts. Formatted as a Unix timestamp in seconds. Default value is the current time.

page_tokenstring

The pagination token used to fetch the next page of results.

page_sizeinteger

The number of items returned in a single response. Default is 100. Max is 200.

Response

OK

next_page_tokenstring

The pagination token used to fetch the next page of results.