---
title: "Create FeedbackScreenshots"
method: POST
path: "/feedback/screenshot"
tags: ["FeedbackScreenshot"]
---

# Create FeedbackScreenshots

`POST /feedback/screenshot`

Create new FeedbackScreenshots

## Response `201`

Created

- FeedbackScreenshot[]
  - `id` integer, required — ID is a generic type that is used to represent a unique identifier
  - `url` string, uri, required — The publically-accessible URL to the screenshot
  - `width` number, double, required — The width of the screenshot in pixels
  - `height` number, double, required — The height of the screenshot in pixels
  - `created` string, date-time, required — The date and time when the FeedbackScreenshot was last updated in RFC 3339 format
  - `feedbackId` integer, required — ID is a generic type that is used to represent a unique identifier

## Other responses

- `401` — Not Authorized
- `412` — Precondition Failed
- `422` — Validation Error
- `429` — Too Many Requests
- `500` — Interal Server Error

---

[API](https://skmtc.dev/userback/apis/userback-rest-api.md) · [All operations](https://skmtc.dev/userback/apis/userback-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/userback/userback-rest-api/revisions/7fb30e1173ca/schema)
