# Sekai Platform ## API Docs - Auth [用户登录](https://sekai-platform.apifox.cn/452279879e0.md): 用户名密码登录。用户只有一个可访问租户时自动设置当前租户;多个租户时当前租户为空,客户端进入租户选择阶段。 - Auth [用户登出](https://sekai-platform.apifox.cn/452279880e0.md): - Auth [获取当前登录状态](https://sekai-platform.apifox.cn/452279881e0.md): - Auth [加载当前用户可访问租户](https://sekai-platform.apifox.cn/452279882e0.md): - Auth [选择或切换当前租户](https://sekai-platform.apifox.cn/452279883e0.md): - Users [邀请用户加入当前租户](https://sekai-platform.apifox.cn/452279884e0.md): 管理员接口。用户已存在时创建租户成员关系;用户不存在时创建默认用户,再加入当前租户。 - Assets [查询支持的剧情类型](https://sekai-platform.apifox.cn/452279885e0.md): - Assets [查询剧情集列表](https://sekai-platform.apifox.cn/452279886e0.md): - Assets [查询剧情集详情](https://sekai-platform.apifox.cn/452279887e0.md): - Assets [查询剧情列表](https://sekai-platform.apifox.cn/452279888e0.md): - Assets [查询剧情详情](https://sekai-platform.apifox.cn/452279889e0.md): - Assets [查询剧情原文行](https://sekai-platform.apifox.cn/452279890e0.md): - Assets [查询当前租户的翻译版本列表](https://sekai-platform.apifox.cn/452279891e0.md): - Assets [查询翻译版本详情](https://sekai-platform.apifox.cn/452279892e0.md): - Assets [查询翻译行](https://sekai-platform.apifox.cn/452279893e0.md): - Search [搜索原文和当前租户译文](https://sekai-platform.apifox.cn/452279894e0.md): 按关键词搜索共享原文和当前租户译文。请求必须携带有效登录态且已选择当前租户;客户端不能传入租户 ID。一期只对原文/译文正文进行关键词匹配,剧情、剧情集和说话人作为结果上下文返回。结果按行返回,并包含完整文本与高亮文本。`highlight_text` 优先使用 Elasticsearch 命中高亮;无高亮时回退为完整 `text`。分页 `page_size` 范围为 1 到 100,且 `from + page_size` 不得超过 10000。 - Sync [手动触发外部数据源同步](https://sekai-platform.apifox.cn/452279895e0.md): 手动创建 Moe Sekai 原文同步任务。请求体可为空;如传入 source,仅支持 moesekai。接口创建 job 后立即返回,后续通过 job id 查询执行状态。当前接口不支持按 story_types 局部同步。 - Sync [查询同步任务列表](https://sekai-platform.apifox.cn/452279896e0.md): - Sync [查询同步任务详情](https://sekai-platform.apifox.cn/452279897e0.md): - Import [批量导入历史译文](https://sekai-platform.apifox.cn/452279898e0.md): ## Schemas - [ErrorResponse](https://sekai-platform.apifox.cn/270369665d0.md): - [LoginRequest](https://sekai-platform.apifox.cn/270369666d0.md): - [SelectTenantRequest](https://sekai-platform.apifox.cn/270369667d0.md): - [AuthSession](https://sekai-platform.apifox.cn/270369668d0.md): - [UserProfile](https://sekai-platform.apifox.cn/270369669d0.md): - [Tenant](https://sekai-platform.apifox.cn/270369670d0.md): - [TenantMembership](https://sekai-platform.apifox.cn/270369671d0.md): - [InviteUserRequest](https://sekai-platform.apifox.cn/270369672d0.md): - [UserInvitationResult](https://sekai-platform.apifox.cn/270369673d0.md): - [UserRole](https://sekai-platform.apifox.cn/270369674d0.md): - [UserTenantStatus](https://sekai-platform.apifox.cn/270369675d0.md): - [StoryType](https://sekai-platform.apifox.cn/270369676d0.md): - [StoryTypeInfo](https://sekai-platform.apifox.cn/270369677d0.md): - [ExternalType](https://sekai-platform.apifox.cn/270369678d0.md): - [LineType](https://sekai-platform.apifox.cn/270369679d0.md): - [StoryGroup](https://sekai-platform.apifox.cn/270369680d0.md): - [Story](https://sekai-platform.apifox.cn/270369681d0.md): - [StorySourceLine](https://sekai-platform.apifox.cn/270369682d0.md): - [TranslationVersion](https://sekai-platform.apifox.cn/270369683d0.md): - [TranslationLine](https://sekai-platform.apifox.cn/270369684d0.md): - [SearchAssetType](https://sekai-platform.apifox.cn/270369685d0.md): - [SearchHit](https://sekai-platform.apifox.cn/270369686d0.md): - [SearchStoryRef](https://sekai-platform.apifox.cn/270369687d0.md): - [SearchStoryGroupRef](https://sekai-platform.apifox.cn/270369688d0.md): - [SearchTranslationVersionRef](https://sekai-platform.apifox.cn/270369689d0.md): - [ExternalDataSource](https://sekai-platform.apifox.cn/270369690d0.md): - [JobStatus](https://sekai-platform.apifox.cn/270369691d0.md): - [CreateSyncJobRequest](https://sekai-platform.apifox.cn/270369692d0.md): - [SyncJob](https://sekai-platform.apifox.cn/270369693d0.md): - [SyncJobStats](https://sekai-platform.apifox.cn/270369694d0.md): - [ImportTranslationVersionRequest](https://sekai-platform.apifox.cn/270369695d0.md): - [StoryMatch](https://sekai-platform.apifox.cn/270369696d0.md): - [ImportTranslationLine](https://sekai-platform.apifox.cn/270369697d0.md): - [ImportJob](https://sekai-platform.apifox.cn/270369698d0.md): - [PageMeta](https://sekai-platform.apifox.cn/270369699d0.md): - [StoryGroupPage](https://sekai-platform.apifox.cn/270369700d0.md): - [StoryPage](https://sekai-platform.apifox.cn/270369701d0.md): - [TranslationVersionPage](https://sekai-platform.apifox.cn/270369702d0.md): - [SearchResultPage](https://sekai-platform.apifox.cn/270369703d0.md): - [SyncJobPage](https://sekai-platform.apifox.cn/270369704d0.md):