---
title: "Creates a new Device"
method: POST
path: "/api/Device/create"
tags: ["Device"]
---

# Creates a new Device

`POST /api/Device/create`

## Request body

- CreateEmailDeviceDto
  - `name` string, required
  - `platform` 0 | 1 | 2 | 3, required — Members: - `0` — Custom - `1` — PocketBook - `2` — Kindle - `3` — Kobo
  - `emailAddress` string, required

## Response `200`

OK

- EmailDeviceDto
  - `id` integer
  - `name` string, nullable
  - `emailAddress` string, nullable
  - `platform` 0 | 1 | 2 | 3 — Members: - `0` — Custom - `1` — PocketBook - `2` — Kindle - `3` — Kobo

---

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