Skip to main content

Create manual event

POST 

/events/:camera_name/:label/create

Creates a manual event in the database. Returns a success message or an error if the event is not found. NOTES:

  • Creating a manual event does not trigger an update to /events MQTT topic.
  • If a duration is set to null, the event will need to be ended manually by calling /events/{event_id}/end.

Request​

Responses​

Successful Response