There was an error while loading. Please reload this page.
기본 API 주소:
http://localhost:3000/api
상세 명세는 repo의 docs/backend-api-spec.md를 참고합니다.
docs/backend-api-spec.md
GET /api/health
백엔드와 DB 연결 상태를 확인합니다.
GET /api/culture-boxes POST /api/culture-boxes PATCH /api/culture-boxes/:id DELETE /api/culture-boxes/:id
삭제는 soft delete로 처리됩니다.
GET /api/trash/culture-boxes POST /api/trash/culture-boxes/:id/restore
POST /api/measurements GET /api/culture-boxes/:boxId/measurements
POST /api/analysis/detection POST /api/analysis/density POST /api/analysis/vitality GET /api/analysis/jobs/:jobId
density endpoint는 현재 통합 density/vitality 분석 workflow와 연결됩니다.
density
GET /api/culture-boxes/:boxId/growth
선택한 사육박스의 측정 이력과 변화율을 반환합니다.
모델 API 기본 주소:
http://localhost:8000
주요 endpoint:
GET /health GET /model/info POST /predict/image POST /infer/detection POST /infer/density POST /infer/vitality