---
title: "Add a paper"
method: POST
path: "/api/v1/papers"
tags: ["Papers"]
---

# Add a paper

`POST /api/v1/papers`

## Request body

- CreatePaper
  - `token` string, required
  - `item` object
    - `name` string, required — the papers title
    - `journal` string — the time period in numbers
    - `authors` string
    - `publication_date` string, date — in the following format yyyy-mm-dd
    - `volume` string — volume
    - `pages` string — pages
    - `url` string — www.link.com
    - `doi` string — digital object identifier
    - `review` string — Abstract

## Response `201`

paper created

## Other responses

- `422` — Name can't 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)
