---
title: "Submit Scan Output"
method: POST
path: "/scan/output"
tags: ["Analyze"]
---

# Submit Scan Output

`POST /scan/output`

Scans an output running scanners in parallel without sanitizing the prompt

## Request body

- ScanOutputRequest
  - `prompt` string, required
  - `output` string, required
  - `scanners_suppress` string[]

## Response `200`

Successful Response

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

## Other responses

- `422` — Validation Error

## Changes

> 5 revisions in range; 1 could not be searched.

- **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/output/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)
