# detectParser

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/orchestrator/orchestrator.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/orchestrator/orchestrator.controller.ts#L200)

Determine which parser to use for a file

## Endpoint

`GET /api/orchestrator/parsers/detect`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `filePath` | query | `string` | ✓ | File path |

## Referenced By

- `OrchestratorController` (MODULE_DECLARES)
