> ## Documentation Index
> Fetch the complete documentation index at: https://control.datarelay.run/llms.txt
> Use this file to discover all available pages before exploring further.

# API 참고

> 현재 FastAPI route group과 인증 기본.

# API 참고

기본 API prefix는 `/api/v1`입니다.

주요 group은 `/auth`, `/admin`, `/connectors`, `/credentials`, `/sources`, `/streams`, `/connectors-registry`, `/audit-logs`, `/backup`, `/mappings`, `/enrichments`, `/destinations`, `/routes`, `/logs`, `/runtime`, `/ingest`, `/retention`, `/delivery`, `/validation`, `/governance`입니다.

Health:

```http theme={null}
GET /health
```

Production API는 로그인에서 받은 Bearer access JWT를 사용합니다.

FastAPI가 실행 중인 코드에서 OpenAPI schema를 생성하므로, 실제 운영 버전의 OpenAPI를 endpoint/field 최종 기준으로 사용하십시오.

현재 app entry point는 historical AI module을 OSS API로 mount하지 않습니다.
