---
title: "Create a request"
method: POST
path: "/api/v1/requests"
tags: ["Requests"]
---

# Create a request

`POST /api/v1/requests`

Create a new request based on a specific request template.

The request will be opened in 'Draft' status.

## Request body

- CreateRequest
  - `token` string, required
  - `item` object
    - `name` string — The name of the request
    - `request_template_id` integer, required — The ID of the request template to start the request from
    - `priority` 'Low' | 'Medium' | 'High' | 'Urgent' — Specifies the priority level of the request. By default - Low

## Response `201`

Created

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[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)
