AIVideo/outputs/novel_video_runs/测试/09_api_asset_manifest.md

44 lines
2.4 KiB
Markdown
Raw Normal View History

2026-05-17 17:04:23 +08:00
# 09 API Asset Manifest
本文件明确每个内部引用对应的官网上传名、公网 URL、火山 `asset://` URI。
---
## 人物资产 URI
| 内部引用 | 官网上传名 | 公网 URL占位 | 火山 asset URI占位 |
| --- | --- | --- | --- |
| @姜尚离 | 姜尚离_北疆期 | `https://your-cdn.com/jiang_shangli_north.png` | `asset://jiang-shangli-north` |
| @姜尚瑶 | 姜尚瑶_宫女期 | `https://your-cdn.com/jiang_shangyao_maid.png` | `asset://jiang-shangyao-maid` |
| @霍念 | 霍念_北疆期 | `https://your-cdn.com/huo_nian_north.png` | `asset://huo-nian-north` |
## 场景资产 URI
| 内部引用 | 官网上传名 | 公网 URL占位 | 火山 asset URI占位 |
| --- | --- | --- | --- |
| @伯府厅堂 | 伯府厅堂 | `https://your-cdn.com/bo_fu_hall.png` | `asset://bo-fu-hall` |
| @伯府狗洞 | 伯府狗洞 | `https://your-cdn.com/dog_hole.png` | `asset://dog-hole` |
| @洛华山寨 | 洛华山寨 | `https://your-cdn.com/luohua_fort.png` | `asset://luohua-fort` |
| @北疆晒场 | 北疆晒场 | `https://your-cdn.com/sun_drying_ground.png` | `asset://sun-drying-ground` |
| @洛华山道 | 洛华山道 | `https://your-cdn.com/luohua_path.png` | `asset://luohua-path` |
| @勤政殿外 | 勤政殿外 | `https://your-cdn.com/qinzheng_outside.png` | `asset://qinzheng-outside` |
| @勤政殿内 | 勤政殿内 | `https://your-cdn.com/qinzheng_inside.png` | `asset://qinzheng-inside` |
| @宫中巷道 | 宫中巷道 | `https://your-cdn.com/palace_alley.png` | `asset://palace-alley` |
| @东宫偏殿 | 东宫偏殿 | `https://your-cdn.com/east_palace_side.png` | `asset://east-palace-side` |
## 道具资产 URI
| 内部引用 | 官网上传名 | 公网 URL占位 | 火山 asset URI占位 |
| --- | --- | --- | --- |
| @竹簪 | 竹簪 | `https://your-cdn.com/bamboo_hairpin.png` | `asset://bamboo-hairpin` |
| @麻袋 | 麻袋 | `https://your-cdn.com/sack.png` | `asset://sack` |
| @危险药瓶 | 危险药瓶 | `https://your-cdn.com/danger_vial.png` | `asset://danger-vial` |
| @武香茶 | 武香茶 | `https://your-cdn.com/wuxiang_tea.png` | `asset://wuxiang-tea` |
## 使用说明
- 上表中的 URL 和 asset URI 均为占位符。实际生成图片并上传后替换。
- API 请求体中,`content` 数组的 `image_url` 使用 `asset://` URI。
- 官网手动版使用 `@官网上传名`
- 详见 `references/api_payload_rules.md``references/attachment_reference_rules.md`