---
title: "POST /multiCameras"
method: POST
path: "/multiCameras"
tags: ["Multi Cameras"]
---

# POST /multiCameras

`POST /multiCameras`

This endpoint allows a multi camera to be associated with an account. It can only be called with an end-user account and will fail if called with another type of account.

## Request body

- ApiAddMultiCamera
  - `guid` string, uuid, required
  - `name` string, required — User-defined name for the device.
  - `tags` string[]
  - `locationId` string, nullable — ID Of the location.
  - `bridgeId` string, required — The bridge a multi camera is connected to.
  - `credentials` ApiDeviceCredentials
    - `username` string — Username to use when authenticating with the device
    - `password` string — Password to use when authenticating with the device

## Response `201`

Multi camera added

- ApiMultiCameraMain
  - `id` string, required
  - `accountId` string, required
  - `name` string, required
  - `bridgeId` string, required — The bridge a multi camera is connected to.
  - `locationId` string, nullable — ID Of the location.

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `404` — Referenced resource could not be found.
- `409` — There was a conflict while trying to perform your request.
- `500` — The request encountered an internal error.
- `504` — The request had a deadline that expired before the operation completed.

---

[API](https://skmtc.net/eagleeyenetworks/apis/devices.md) · [All operations](https://skmtc.net/eagleeyenetworks/apis/devices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeyenetworks/devices/revisions/df57313de545/schema)
