---
title: "Create Device"
method: POST
path: "/devices"
---

# Create Device

`POST /devices`

## Request body

- AddNomadBLDCModel
  - `name` string, required — Friendly name of the Nomad BLDC Device
  - `can_bus_id` integer, required — The CAN BUS Identifier for Nomad BLDC Device

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/implementedrobotics/apis/nomadbldc-api.md) · [All operations](https://skmtc.net/implementedrobotics/apis/nomadbldc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/implementedrobotics/nomadbldc-api/revisions/33b56ffecb65/schema)
