---
title: "Add Devices to a Space"
method: POST
path: "/spaces/add_devices"
---

# Add Devices to a Space

`POST /spaces/add_devices`

Adds devices to a specific space.

## Request body

- object
  - `device_ids` string[], required — IDs of the devices that you want to add to the space.
  - `space_id` string, uuid, required — ID of the space to which you want to add devices.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
