# DetectedFastAPIRoute

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/fastapi-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/fastapi-detector.ts#L16)

Detected FastAPI route

## Properties

| Property | Type |
|---|---|
| `entityId` | `string` |
| `filePath` | `string` |
| `method` | `'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE'` |
| `path` | `string` |
| `functionName` | `string` |
| `requestModel` | `string` |
| `responseModel` | `string` |
| `dependencies` | `string[]` |
| `tags` | `string[]` |
| `deprecated` | `boolean` |
| `confidence` | `'high' | 'medium' | 'low'` |
