API 문서

백엔드 API 엔드포인트 목록 (포트 8101)

GET/api/templates

템플릿 목록 조회

Query: category (선택)

GET/api/templates/:id

템플릿 상세 조회

POST/api/projects

프로젝트 생성

Body: { "name": "string", "platform": "webview|react_native", "template_id": "string" }
GET/api/projects

프로젝트 목록

GET/api/projects/:id

프로젝트 상세

PUT/api/projects/:id

프로젝트 수정

Body: { "name": "string", "config": "object" }
DELETE/api/projects/:id

프로젝트 삭제

POST/api/build

미니앱 빌드

Body: { "project_id": "string", "config": "object" }
POST/api/ai/generate

AI 코드 생성

Body: { "prompt": "string", "project_id": "string", "type": "page|component|function" }
POST/api/preview

미리보기 생성

Body: { "project_id": "string" }

SDK 버전 기준

WebView@apps-design-system/mobile v2.1.0+
React Native@apps-design-system/react-native v1.1.1+
토스앱 최소 버전v5.232.0
SDK 프로모션v2.0.8+
프로젝트 생성npx create-ait-app