Skip to content

Commit

Permalink
Add API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Dec 19, 2022
1 parent ec3212d commit a23f412
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/integrations/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,12 @@ Get ffprobe output for camera feed paths.
| param | Type | Description |
| ------- | ------ | ---------------------------------- |
| `paths` | string | `,` separated list of camera paths |

### `POST /api/events/manual/<camera_name>/<label>/create`

Create a manual API with a given `label` (ex: doorbell press) to capture a specific event besides an object being detected.
NOTE: This call will return the unique ID for the event which will be required to `end` the event.

### `POST /api/events/manual/<event_id>/end`

End a specific manual event.

0 comments on commit a23f412

Please sign in to comment.