---
title: "Bulk Submit with Frontend Recognition"
method: POST
path: "/PenguinStats/api/v2/report/recognition"
tags: ["Report"]
---

# Bulk Submit with Frontend Recognition

`POST /PenguinStats/api/v2/report/recognition`

Submit an Item Drop Report with Frontend Recognition. Notice that this is a **private API** and is not designed for external use.

## Request body

- string

## Response `200`

Report has been successfully submitted for queue processing

- V2RecognitionReportResponse
  - `errors` string[]
  - `taskId` string

## Other responses

- `400` — Invalid request
- `500` — An unexpected error occurred

## Changes

- **2022-03-09** `aadf4ef7ee07` — 1 info
  - the endpoint scheme security `PenguinIDAuth` was added to the API
- **2022-02-27** `2222bc4bbebb` — 1 info
  - endpoint added
- **2021-12-02** `8a0f5cfc9d22` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/penguin-statistics/apis/penguin-statistics-api/changes/PenguinStats/api/v2/report/recognition/post.md)

---

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