Files
xiaoxia-saas/apps/api
xiaoxia d49c49a1c0 fix: preview resolution auto-infer from template mode
When frontend doesn't pass video_ratio, backend infers from template.mode:
- pip → 9:16 → 480x854
- standard → 16:9 → 854x480
2026-08-04 00:45:33 +08:00
..
2026-06-15 15:17:40 +08:00
2026-07-11 16:29:07 +08:00
2026-06-15 15:17:40 +08:00

xiaoxia-saas API

结构

  • app/core/:配置与基础能力
  • app/api/:路由组织
  • app/schemas/:请求响应模型
  • app/dependencies.py:依赖注入入口
  • main.pyFastAPI 启动入口

当前可用接口

  • GET /api/health
  • GET /api/projects?workspace_id=...
  • POST /api/projects