---
title: "Submit Scan Prompt"
method: POST
path: "/scan/prompt"
tags: ["Analyze"]
---

# Submit Scan Prompt

`POST /scan/prompt`

Scans a prompt running scanners in parallel without sanitizing the prompt

## Request body

- ScanPromptRequest
  - `prompt` string, required
  - `scanners_suppress` string[]

## Response `200`

Successful Response

- ScanPromptResponse
  - `is_valid` boolean, required
  - `scanners` object, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-17** `b8a920de13b4` — 1 info
  - the endpoint scheme security `HTTPBearer` was added to the API
- **2024-06-17** `b0c4be7063ec` — 1 info
  - added the new optional request property `scanners_suppress`
- **2024-04-16** `e3fbe394a2e7` — 1 info
  - endpoint added
- **2023-11-09** `02b06bb8df9c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/protectai/apis/llm-guard-api/changes/scan/prompt/post.md)

---

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