---
title: "Create Filtering Agent"
method: POST
path: "/v1/filtering-agents/"
tags: ["FilteringAgents"]
---

# Create Filtering Agent

`POST /v1/filtering-agents/`

## Request body

- FilteringAgentCreate
  - `name` string, required
  - `source` 'MANUAL' | 'AI', required
  - `specs` union, required
    - FilteringAgentResponseAISpecs
    - FilteringAgentResponseManualSpecs
      - `filteringPrompt` string, required

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/orsay/apis/fastapi.md) · [All operations](https://skmtc.dev/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/66e6e334b2dc/schema)
