---
title: "Creates a document"
method: POST
path: "/api/v1/documents"
tags: ["Documents"]
---

# Creates a document

`POST /api/v1/documents`

## Request body

- CreateDocument
  - `token` string, required
  - `item` object
    - `title` string, required — the document title
    - `description` string — the document description

## Response `201`

document created

## Other responses

- `401` — Error: Unauthorized
- `422` — invalid request - Title cannot be blank

---

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