diff --git a/07-Other/AI/AI Agent/WY/Website/MatrixAITA团队资产库文档.md b/07-Other/AI/AI Agent/WY/Website/MatrixAITA团队资产库文档.md index b78e903..ec301cf 100644 --- a/07-Other/AI/AI Agent/WY/Website/MatrixAITA团队资产库文档.md +++ b/07-Other/AI/AI Agent/WY/Website/MatrixAITA团队资产库文档.md @@ -26,14 +26,14 @@ https://www.epicgames.com/id/login?redirectUrl=https%3A%2F%2Fwww.epicgames.com%2 ## 3. 调用的 Epic Games API 列表 以下是系统使用你的账号 Token 所调用的全部 Epic 外部 API: -| # | 用途 | 方法 | URL | 是否使用你的 Token | 说明 | -|---|------|------|-----|:------------------:|------| -| 1 | 换取/刷新 Token | POST | `https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token` | 否(用客户端凭证) | 用 authorization_code 换取 token,以及定期用 refresh_token 续期 | -| 2 | 获取资产列表 | GET | `https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/{platform}` | 是 | 读取你账号拥有的所有 UE/Fab 资产列表(appName、版本号等) | -| 3 | 获取下载清单 | GET | `https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/v2/platform/{platform}/namespace/{namespace}/catalogItem/{catalogItemId}/app/{appName}/label/{label}` | 是 | 获取某个资产的 CDN 下载地址,等同于 Launcher 点击"下载"的内部请求 | -| 4 | 获取用户库 | GET | `https://library-service.live.use1a.on.epicgames.com/library/api/public/items` | 是 | 列出你的 Fab Library 中所有已拥有的资产 | -| 5 | 获取权益列表 | GET | `https://entitlement-public-service-prod08.ol.epicgames.com/entitlement/api/account/{accountId}/entitlements` | 是 | 验证账号是否拥有特定资产的使用权 | -| 6 | CDN 文件下载 | GET | `https://cdn1.unrealengine.com/.../.manifest?...签名参数` | 否(URL 自带签名) | 实际下载资产文件块,不使用你的 Token | +| # | 用途 | 方法 | URL | 是否使用你的 Token | 说明 | +| --- | ----------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------: | ---------------------------------------------------- | +| 1 | 换取/刷新 Token | POST | `https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token` | 否(用客户端凭证) | 用 authorization_code 换取 token,以及定期用 refresh_token 续期 | +| 2 | 获取资产列表 | GET | `https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/{platform}` | 是 | 读取你账号拥有的所有 UE/Fab 资产列表(appName、版本号等) | +| 3 | 获取下载清单 | GET | `https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/v2/platform/{platform}/namespace/{namespace}/catalogItem/{catalogItemId}/app/{appName}/label/{label}` | 是 | 获取某个资产的 CDN 下载地址,等同于 Launcher 点击"下载"的内部请求 | +| 4 | 获取用户库 | GET | `https://library-service.live.use1a.on.epicgames.com/library/api/public/items` | 是 | 列出你的 Fab Library 中所有已拥有的资产 | +| 5 | 获取权益列表 | GET | `https://entitlement-public-service-prod08.ol.epicgames.com/entitlement/api/account/{accountId}/entitlements` | 是 | 验证账号是否拥有特定资产的使用权 | +| 6 | CDN 文件下载 | GET | `https://cdn1.unrealengine.com/.../.manifest?...签名参数` | 否(URL 自带签名) | 实际下载资产文件块,不使用你的 Token | ## 4. 权限说明 ### Token 拥有的权限(只读) diff --git a/07-Other/AI/AI Agent/WY/Website/Netease AITA ArtLib.md b/07-Other/AI/AI Agent/WY/Website/Netease AITA ArtLib.md index 9205624..3d28327 100644 --- a/07-Other/AI/AI Agent/WY/Website/Netease AITA ArtLib.md +++ b/07-Other/AI/AI Agent/WY/Website/Netease AITA ArtLib.md @@ -255,3 +255,7 @@ https://skills.netease.com/skills/skill_65b044f0dd0c - 所有认证相关路由在 Admin 认证保护下 --- + + +# Fab商城 auth token认证信息 +https://dev.epicgames.com/docs/web-api-ref/authentication \ No newline at end of file