# Kira Documentation ## Docs - [后端事件](https://tech.illasoft.com/analytics/backend.md): kira-be 后端埋点事件 - [前端事件](https://tech.illasoft.com/analytics/frontend.md): kira-web 前端埋点事件 - [移动端事件](https://tech.illasoft.com/analytics/mobile.md): kira-mobile 移动端埋点事件 - [概述](https://tech.illasoft.com/analytics/overview.md): Kira 埋点体系概述 - [Kira Ads Platform](https://tech.illasoft.com/kira-ads-platform/index.md): AI 批量图像生成工具(独立 Next.js 应用) - [POST /agent/task](https://tech.illasoft.com/kira-be/api/agent/chat-message.md): 保存 AI 生成版本 + 派发异步任务 - [GET /agent/chatMessages/:threadId](https://tech.illasoft.com/kira-be/api/agent/chat-messages.md): 获取线程消息历史 - [Rewind 级联删除](https://tech.illasoft.com/kira-be/api/agent/delete-message.md): 通过 anchorMessageId 隐式实现的消息删除机制 - [GET /agent/rewind/:threadId/:messageId](https://tech.illasoft.com/kira-be/api/agent/rewind.md): 查询指定消息及之前的所有消息 - [POST /agent/streaming](https://tech.illasoft.com/kira-be/api/agent/streaming.md): AI Agent SSE 流式对话(核心) - [DELETE /feed/:id](https://tech.illasoft.com/kira-be/api/feed/delete.md): 删除 Feed - [GET /feed/:id](https://tech.illasoft.com/kira-be/api/feed/get.md): 单条 Feed 查询 - [PUT /like/:feedId](https://tech.illasoft.com/kira-be/api/feed/like.md): 点赞 Feed - [GET /feed/](https://tech.illasoft.com/kira-be/api/feed/list.md): Feed 分页列表 - [POST /publish/{image|video|audio}](https://tech.illasoft.com/kira-be/api/feed/publish.md): 发布作品到 Feed(三路) - [DELETE /like/:feedId](https://tech.illasoft.com/kira-be/api/feed/unlike.md): 取消点赞 - [POST /filter/like](https://tech.illasoft.com/kira-be/api/filter/like.md): 收藏滤镜 - [GET /filter/liked](https://tech.illasoft.com/kira-be/api/filter/liked.md): 用户收藏的滤镜列表 - [GET /filter/preset](https://tech.illasoft.com/kira-be/api/filter/preset.md): 系统预设滤镜 - [DELETE /filter/like/:filterId](https://tech.illasoft.com/kira-be/api/filter/unlike.md): 取消收藏滤镜 - [DELETE /image/:imageId](https://tech.illasoft.com/kira-be/api/image/delete.md): 删除图片及所有派生文件 - [GET /image/:imageId](https://tech.illasoft.com/kira-be/api/image/get.md): 获取图片元数据 + 签名 URL - [GET /version/versions/:threadId](https://tech.illasoft.com/kira-be/api/image/versions.md): 线程所有版本(含图片/视频/音频) - [Submit Music Task](https://tech.illasoft.com/kira-be/api/music/submit.md): 重新提交被阻塞的音乐生成任务 - [Get Music Task](https://tech.illasoft.com/kira-be/api/music/task.md): 查询音乐生成任务状态 - [API Overview](https://tech.illasoft.com/kira-be/api/overview.md): Kira Backend HTTP API 路由总览 - [POST /thread/](https://tech.illasoft.com/kira-be/api/thread/create.md): 创建对话线程 - [DELETE /thread/:threadId](https://tech.illasoft.com/kira-be/api/thread/delete.md): 删除线程及所有关联资源 - [GET /thread/threads](https://tech.illasoft.com/kira-be/api/thread/list.md): 用户线程列表 - [GET /thread/timelines](https://tech.illasoft.com/kira-be/api/thread/timelines.md): 分页获取线程时间线(mixed-media 聚合) - [GET /user/:userId/feed](https://tech.illasoft.com/kira-be/api/user/feed.md): 用户发布的 Feed 列表 - [GET /user/:userId/liked](https://tech.illasoft.com/kira-be/api/user/liked.md): 用户点赞过的 Feed 列表 - [GET /user/profile](https://tech.illasoft.com/kira-be/api/user/profile.md): 当前用户完整 Profile - [GET /user/profile/:userId](https://tech.illasoft.com/kira-be/api/user/public-profile.md): 公开的用户 Profile - [PUT /user/profile](https://tech.illasoft.com/kira-be/api/user/update-profile.md): 更新用户 Profile(含头像 CSAM 检查) - [下载视频](https://tech.illasoft.com/kira-be/api/video/download.md): 下载视频文件,免费用户自动添加水印 - [重新提交视频任务](https://tech.illasoft.com/kira-be/api/video/submit.md): 用户充值/升级后重新提交被阻塞的视频任务 - [查询视频任务](https://tech.illasoft.com/kira-be/api/video/task.md): 获取视频生成任务状态 - [Backend Architecture](https://tech.illasoft.com/kira-be/architecture.md): Kira Backend 技术架构概述 - [Edge Functions](https://tech.illasoft.com/kira-be/edge-functions.md): Supabase Edge Functions 配置 - [Feed Pipeline](https://tech.illasoft.com/kira-be/feed-pipeline.md): Feed 发布、图片去重和内容审核流程 - [Image Pipeline](https://tech.illasoft.com/kira-be/image-pipeline.md): 图片上传、处理和缓存架构 - [基础设施总览](https://tech.illasoft.com/kira-be/infrastructure.md): Kira Art 平台所有基础设施组件 - [Model Selection](https://tech.illasoft.com/kira-be/model-selection.md): Kira 的模型选择与路由架构 - [BetterStack 监控](https://tech.illasoft.com/kira-be/monitoring.md): 日志、追踪和指标监控配置 - [Music Pipeline](https://tech.illasoft.com/kira-be/music-pipeline.md): 音乐生成、处理和存储架构 - [Queue Worker](https://tech.illasoft.com/kira-be/queue.md): Kira Queue 邮件队列服务 - [Video Pipeline](https://tech.illasoft.com/kira-be/video-pipeline.md): 视频生成、处理和存储架构 - [Centrifugo](https://tech.illasoft.com/kira-centrifugo/index.md): 双区域实时 WebSocket 服务 - [架构概述](https://tech.illasoft.com/kira-cms/architecture.md): Kira CMS 运营后台技术架构 - [Announcements](https://tech.illasoft.com/kira-cms/operations/announcements.md): 首页公告横幅管理 - [Delete Account](https://tech.illasoft.com/kira-cms/operations/delete-account.md): 用户账户删除功能 - [Home Cards V2](https://tech.illasoft.com/kira-cms/operations/home-cards.md): 首页功能卡片管理(Featured/Image/Video/Audio 四分类) - [运营功能概览](https://tech.illasoft.com/kira-cms/operations/overview.md): Kira CMS 运营操作功能说明 - [Trending](https://tech.illasoft.com/kira-cms/operations/trending.md): 首页 Trending 区运营管理 - [Dragonfly Redis](https://tech.illasoft.com/kira-dragonfly/index.md): 双机房 Dragonfly Redis 缓存服务 - [Kira Family](https://tech.illasoft.com/kira-family/index.md): Illa.sh 家庭财务管理平台(独立产品,共享团队基础设施) - [imgproxy 服务](https://tech.illasoft.com/kira-imgproxy/index.md): 动态图片处理和优化服务 - [Infisical 密钥管理](https://tech.illasoft.com/kira-infisical/index.md): 自托管密钥和配置管理服务 - [Kira Inngest](https://tech.illasoft.com/kira-inngest/index.md): 自托管 Inngest OSS 服务器,作为 Kira 异步任务编排中枢 - [API Reference](https://tech.illasoft.com/kira-memory/api.md): Memory Service API 接口文档 - [Architecture](https://tech.illasoft.com/kira-memory/architecture.md): 架构设计、存储选型与数据模型 - [CMS 记忆管理](https://tech.illasoft.com/kira-memory/cms.md): 在 kira-cms 运营后台中查看和管理用户记忆 - [Deployment](https://tech.illasoft.com/kira-memory/deployment.md): kira-be 集成、技术栈、分阶段落地与成本估算 - [Memory Service](https://tech.illasoft.com/kira-memory/index.md): Kira Memory — 海马体启发的 Agent 长期记忆服务 - [Pipelines](https://tech.illasoft.com/kira-memory/pipelines.md): 记忆提取、固化与遗忘三大 Pipeline - [Evolution Roadmap](https://tech.illasoft.com/kira-memory/roadmap.md): 基于 2025-2026 最新论文的未来迭代方案 - [Phase 5-7: Extraction & Forgetting](https://tech.illasoft.com/kira-memory/roadmap-extraction.md): 智能提取、深度固化与自适应遗忘 - [Phase 8-10: Retrieval & Intelligence](https://tech.illasoft.com/kira-memory/roadmap-retrieval.md): 多维检索、群体智能与 RL 记忆自治 - [Kira Mobile](https://tech.illasoft.com/kira-mobile/index.md): Kotlin Multiplatform 移动端(MVP 阶段) - [Kira Music Worker](https://tech.illasoft.com/kira-music-worker/index.md): 基于 Suno (KIE AI) 的音乐生成 Inngest worker - [Kira Queue](https://tech.illasoft.com/kira-queue/index.md): PGMQ 邮件与账户删除异步 worker - [Kira SG Billing](https://tech.illasoft.com/kira-sg-billing/index.md): 统一的 Stripe 计费服务,支持 US/SG 双区域路由 - [Video Worker](https://tech.illasoft.com/kira-video-worker/index.md): 视频生成后台 Worker(Inngest HTTP function) - [架构概述](https://tech.illasoft.com/kira-web/architecture.md): Kira Web 前端技术架构概述 - [Audio](https://tech.illasoft.com/kira-web/audio.md): Kira Web 音频生成与播放模块 - [Generator](https://tech.illasoft.com/kira-web/generator.md): Kira Web 核心生成器模块 - [国际化](https://tech.illasoft.com/kira-web/i18n.md): Kira Web next-intl 国际化配置 - [响应式设计](https://tech.illasoft.com/kira-web/responsive.md): Kira Web 响应式布局和移动端重构 - [页面路由](https://tech.illasoft.com/kira-web/routes.md): Kira Web 页面路由结构 - [Selector 组件](https://tech.illasoft.com/kira-web/selector.md): Kira Web Selector 组件模式 - [错误追踪](https://tech.illasoft.com/kira-web/sentry.md): Kira Web Sentry 错误监控 - [状态管理](https://tech.illasoft.com/kira-web/state.md): Kira Web Zustand 状态管理 - [UI 组件](https://tech.illasoft.com/kira-web/ui.md): Kira Web UI 基础组件 - [Video](https://tech.illasoft.com/kira-web/video.md): Kira Web 视频生成与播放模块 ## OpenAPI Specs - [openapi](https://tech.illasoft.com/openapi.yaml) ## Optional - [Kira App](https://kira.art) - [GitHub](https://github.com/kiradotart)