---
title: "Set Suspicious Flag"
method: POST
path: "/api/v3/completions/suspicious"
tags: ["Completions"]
---

# Set Suspicious Flag

`POST /api/v3/completions/suspicious`

Insert a new suspicious flag for a completion.

## Request body

- SuspiciousCompletionCreateRequest
  - `context` string, required
  - `flag_type` 'Cheating' | 'Scripting', required
  - `flagged_by` integer, required
  - `message_id` integer, nullable
  - `verification_id` integer, nullable

## Response `201`

Document created, URL follows

## Other responses

- `400` — Bad request syntax or unsupported method

---

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