---
title: "Detect Entities"
method: POST
path: "/entity_detection/detect"
tags: ["ENTITY_DETECTION"]
deprecated: true
---

# Detect Entities

`POST /entity_detection/detect`

> **Deprecated.**

Detect entities in text using AI, then classify them using database lookups.

## Request body

- EntityDetectionRequest
  - `text` string, required
  - `detected_entities` string[], nullable

## Response `200`

Successful Response

- EntityDetectionResponse
  - `entities` DetectedEntity[], required
    - `name` string, required
    - `types_found` string[], required
  - `original_text` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
