# DetectedNextJSAPIRoute

**Kind:** Interface

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

Detected Next.js API route

## Properties

| Property | Type |
|---|---|
| `entityId` | `string` |
| `filePath` | `string` |
| `routePath` | `string` |
| `methods` | `('GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE')[]` |
| `isAppRouter` | `boolean` |
| `requestType` | `string` |
| `responseType` | `string` |
| `confidence` | `'high' | 'medium' | 'low'` |
