콘텐츠로 이동

KDID API Documentation

이 문서는 KDID 백엔드 API의 함수 사용법을 프론트엔드 개발자에게 설명합니다.

문서 구조

documentation/
├── CLAUDE.md                    # 이 파일 (문서 개요, 작성 가이드)
├── common/                      # 공통 API
│   ├── registration_v2.md
│   ├── sign_in.md
│   └── ...
├── company/                     # 회사 관리
│   ├── company_registration.md
│   ├── set_fields.md
│   └── ...
├── site/                        # 현장 관리
│   ├── site_registration.md
│   ├── site_assign_request.md
│   └── ...
└── _references/                 # 참조 자료
    ├── enums.md                 # ENUM 값 목록
    ├── regex.md                 # REGEX 패턴
    └── error-codes.md           # 에러 코드

기본 정보

항목
Base URL https://asia-northeast3-construction24-test.cloudfunctions.net
Region asia-northeast3 (서울)
Method POST
Content-Type application/json
인증 방식 Firebase ID Token
응답 형식 JSON

kdid #api #documentation