diff --git a/README.md b/README.md
index 70f3ccb..370f06f 100644
--- a/README.md
+++ b/README.md
@@ -153,6 +153,8 @@ B站 API 采用 C/S 结构,大多数接口为 REST API 和 gRPC,少部分接
- [x] [笔记列表](docs/note/list.md)
- [x] [笔记详细信息](docs/note/info.md)
- [x] [笔记操作](docs/note/action.md)
+- [ ] [图文](docs/opus)
+ - [x] [空间图文](docs/opus/space.md)
- [ ] [专栏](docs/article)
- [ ] [专栏内容](docs/article/view.md)
- [ ] [专栏分类](docs/article/category.md)
diff --git a/docs/dynamic/space.md b/docs/dynamic/space.md
index 0a150f9..5a870f0 100644
--- a/docs/dynamic/space.md
+++ b/docs/dynamic/space.md
@@ -6,6 +6,10 @@
认证方式:Cookie(SESSDATA)
+鉴权方式: WBI 签名
+
+注: 该接口现在有一些奇奇怪怪的校验, 参见 [#686](https://github.com/SocialSisterYi/bilibili-API-collect/issues/686)
+
## URL参数
| 参数名 | 类型 | 必填 | 内容 | 备注 |
diff --git a/docs/opus/space.md b/docs/opus/space.md
new file mode 100644
index 0000000..88faccb
--- /dev/null
+++ b/docs/opus/space.md
@@ -0,0 +1,356 @@
+## 空间图文
+
+## 获取用户空间图文
+
+> https://api.bilibili.com/x/polymer/web-dynamic/v1/opus/feed/space
+
+*请求方法: GET*
+
+注: 该接口**只能**获取图文信息, 无法获取如转发动态一类的内容, 如需获取参见 [获取用户空间动态](docs/dynamic/space.md)
+
+**URL 参数:**
+
+| 参数名 | 类型 | 内容 | 必要性 | 备注 |
+| -------- | ------ | ---- | ------ | ---- |
+| host_mid | number | 被获取用户的 mid (UID) | 必要 | |
+| page | number | 假装自己是分页信息 | 不必要 | 以 `1` 开始 |
+| offset | number | 偏移信息 | 不必要 | 上一次返回的 `offset` (同时也是最后一条的 opus id), 默认为空 |
+| type | string | 类型 | 不必要 | all: 全部 (默认)
article: 专栏
dynamic: 动态 |
+| web_location | string | `333.1387` | 不必要 | |
+| w_rid | string | WBI 签名 | 不必要 | 参见 [WBI 签名](../miac/sign/wbi.md) |
+| wts | number | UNIX 秒级时间戳 | 不必要 | 参见 [WBI 签名](../miac/sign/wbi.md) |
+
+**JSON 回复:**
+
+根对象:
+
+| 字段 | 类型 | 内容 | 备注 |
+| ---- | ---- | ---- | ---- |
+| code | number | 返回值 | 0: 成功 |
+| data | object | 数据本体 | |
+| message | string | 错误信息 | 成功时为 `0` |
+| ttl | number | `1` | |
+
+`data` 对象:
+
+| 字段 | 类型 | 内容 | 备注 |
+| ---- | ---- | ---- | ---- |
+| has_more | boolean | 是否还有更多 | |
+| items | object[] | 信息本体 | |
+| offset | string | 偏移信息 | 下次翻页请求时传入的 `offest` (同时也是最后一条的 opus id) |
+| update_num | number | 更新数? | 0 |
+
+`data.items[]` 对象:
+
+| 字段 | 类型 | 内容 | 备注 |
+| ---- | ---- | ---- | ---- |
+| content | string | 文本内容 | |
+| cover | object? | 封面信息 | |
+| jump_url | string | 跳转 URL | |
+| opus_id | string | opus id | |
+| stat | object | 统计信息 | |
+
+`data.items[].cover` 对象:
+
+| 字段 | 类型 | 内容 | 备注 |
+| ---- | ---- | ---- | ---- |
+| height | number | 高度 | |
+| url | string | 图片 URL | |
+| width | number | 宽度 | |
+
+`data.items[].stat` 对象:
+
+| 字段 | 类型 | 内容 | 备注 |
+| ---- | ---- | ---- | ---- |
+| like | string | 点赞数 | 是个字符串 |
+| view | string | 浏览数 | 仅当获取登录状态下获取自己的时才存在, 也是个字符串 |
+
+**示例:**
+
+获取 `645769214` 空间的最近几条全部图文
+
+```shell
+curl 'https://api.bilibili.com/x/polymer/web-dynamic/v1/opus/feed/space' \
+--url-query 'host_mid=645769214'
+```
+
+
+查看响应示例:
+
+```json
+{
+ "code": 0,
+ "data": {
+ "has_more": true,
+ "items": [
+ {
+ "content": "我在 Google I/O 2025 的 puzzle 取得了获胜的优异成绩, 你也来试试吧",
+ "cover": {
+ "height": 1640,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/a48c47c07bf19f07c01b489eb6b42e63645769214.jpg",
+ "width": 720
+ },
+ "jump_url": "//www.bilibili.com/opus/1057955152016703512",
+ "opus_id": "1057955152016703512",
+ "stat": {
+ "like": "1"
+ }
+ },
+ {
+ "content": "通过 DevTools 绕过 SSR 抓包某站专栏正文接口",
+ "cover": {
+ "height": 430,
+ "url": "http://i0.hdslb.com/bfs/article/9071997152b6fec0ae465fe2a86b580e645769214.jpg",
+ "width": 768
+ },
+ "jump_url": "//www.bilibili.com/opus/1056353752004427792",
+ "opus_id": "1056353752004427792",
+ "stat": {
+ "like": "3"
+ }
+ },
+ {
+ "content": "今天也是看上 Minecraft 大电影 了, 看的人几乎没有, 虽然看的是中配, 总体上感觉剧情有趣甚至有点小感动, 音乐也感觉不错, 价格也实惠",
+ "cover": {
+ "height": 4080,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/408d4e2b2ad8df6873c303cf26f571db645769214.jpg",
+ "width": 3060
+ },
+ "jump_url": "//www.bilibili.com/opus/1052711525276450824",
+ "opus_id": "1052711525276450824",
+ "stat": {
+ "like": "3"
+ }
+ },
+ {
+ "content": "糟了没注意, 自己成小丑了",
+ "cover": {
+ "height": 1640,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/6ebb3894cfab53966d6e440e4f5a905d645769214.jpg",
+ "width": 720
+ },
+ "jump_url": "//www.bilibili.com/opus/1051313732437671938",
+ "opus_id": "1051313732437671938",
+ "stat": {
+ "like": "3"
+ }
+ },
+ {
+ "content": "好消息, 我免费了, 想玩的随时联系\nhttps://t.me/c/2148747379/77",
+ "cover": {
+ "height": 720,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/fbc2b38406099df0bdaea47d08daa6f1645769214.jpg",
+ "width": 1640
+ },
+ "jump_url": "//www.bilibili.com/opus/1050579658107518984",
+ "opus_id": "1050579658107518984",
+ "stat": {
+ "like": "2"
+ }
+ },
+ {
+ "content": "认真的, 我的 Linux 发行版是 Android",
+ "cover": {
+ "height": 1080,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/3e512d84361323c319f79061d2f078d1645769214.jpg",
+ "width": 1440
+ },
+ "jump_url": "//www.bilibili.com/opus/1032607998809210903",
+ "opus_id": "1032607998809210903",
+ "stat": {
+ "like": "8"
+ }
+ },
+ {
+ "content": "于学校机房启动 QEMU 珍贵影像",
+ "cover": {
+ "height": 1080,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/2fdc7524449b029f8baf241d94663256645769214.jpg",
+ "width": 1440
+ },
+ "jump_url": "//www.bilibili.com/opus/993403941079220225",
+ "opus_id": "993403941079220225",
+ "stat": {
+ "like": "3"
+ }
+ },
+ {
+ "content": "BAC 正处于历史以来最困难的时期 - 中秋考古有感",
+ "cover": {
+ "height": 188,
+ "url": "https://i0.hdslb.com/bfs/article/0c9b5e20356e07f89a8bb7769fef8eeb645769214.jpg",
+ "width": 640
+ },
+ "jump_url": "//www.bilibili.com/opus/985444108243828741",
+ "opus_id": "985444108243828741",
+ "stat": {
+ "like": "7"
+ }
+ },
+ {
+ "content": "发送文件到手机的 N 种正确姿势",
+ "cover": {
+ "height": 420,
+ "url": "http://i0.hdslb.com/bfs/article/56a4024abebf7ed1166a1d247bb5cf64645769214.jpg",
+ "width": 750
+ },
+ "jump_url": "//www.bilibili.com/opus/971804623539011587",
+ "opus_id": "971804623539011587",
+ "stat": {
+ "like": "8"
+ }
+ },
+ {
+ "content": "我在朝鲜?",
+ "cover": {
+ "height": 468,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/ea12cca6abd75fe3fb5ad1abd1f347d3645769214.png",
+ "width": 474
+ },
+ "jump_url": "//www.bilibili.com/opus/971255284349534210",
+ "opus_id": "971255284349534210",
+ "stat": {
+ "like": "5"
+ }
+ },
+ {
+ "content": "一周没上 B 站就 99+ 了?",
+ "cover": {
+ "height": 284,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/9e3b889fd2dc75e9bae38a13e55fee26645769214.png",
+ "width": 165
+ },
+ "jump_url": "//www.bilibili.com/opus/970197833343827970",
+ "opus_id": "970197833343827970",
+ "stat": {
+ "like": "6"
+ }
+ },
+ {
+ "content": "今天因为Linux被骂, 决定放弃支持 Windows. 而且明天要开始军训了, 将停更若干时间, 遂发此动态, 望不知.",
+ "cover": {
+ "height": 1080,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/0f6f939334104ddc347566514fa4bfa7645769214.jpg",
+ "width": 1440
+ },
+ "jump_url": "//www.bilibili.com/opus/967717348014293017",
+ "opus_id": "967717348014293017",
+ "stat": {
+ "like": "73"
+ }
+ },
+ {
+ "content": "我的萌ICP备案通过了!",
+ "cover": {
+ "height": 2712,
+ "url": "http://i0.hdslb.com/bfs/new_dyn/0a9bb3e82bbefe499b10b7fd02f2a4f4645769214.jpg",
+ "width": 1220
+ },
+ "jump_url": "//www.bilibili.com/opus/956241611959828547",
+ "opus_id": "956241611959828547",
+ "stat": {
+ "like": "1"
+ }
+ },
+ {
+ "content": "新年第一个AP",
+ "cover": {
+ "height": 1220,
+ "url": "https://album.biliimg.com/bfs/new_dyn/ea5a39d37a4a1f20f32b25bfed466004645769214.jpg",
+ "width": 2712
+ },
+ "jump_url": "//www.bilibili.com/opus/896448108088524805",
+ "opus_id": "896448108088524805",
+ "stat": {
+ "like": "1"
+ }
+ },
+ {
+ "content": "新年快乐?",
+ "cover": {
+ "height": 605,
+ "url": "https://album.biliimg.com/bfs/new_dyn/dab5d3e2ff03027215e5bfd4933abe45645769214.jpg",
+ "width": 1220
+ },
+ "jump_url": "//www.bilibili.com/opus/896342627995090966",
+ "opus_id": "896342627995090966",
+ "stat": {
+ "like": "1"
+ }
+ },
+ {
+ "content": "我回苏州了",
+ "cover": {
+ "height": 1280,
+ "url": "https://album.biliimg.com/bfs/new_dyn/65c880f64997fab0c79527649d7fbe1b645769214.png",
+ "width": 720
+ },
+ "jump_url": "//www.bilibili.com/opus/831507996405137432",
+ "opus_id": "831507996405137432",
+ "stat": {
+ "like": "1"
+ }
+ },
+ {
+ "content": "Phigros RKS 12 纪念",
+ "cover": {
+ "height": 720,
+ "url": "https://album.biliimg.com/bfs/new_dyn/dab03003aee2166987428857acbf4ffb645769214.png",
+ "width": 1280
+ },
+ "jump_url": "//www.bilibili.com/opus/830690195959447605",
+ "opus_id": "830690195959447605",
+ "stat": {
+ "like": "0"
+ }
+ },
+ {
+ "content": "现在知道B站推荐机制有多烂了吧",
+ "cover": {
+ "height": 1280,
+ "url": "https://album.biliimg.com/bfs/new_dyn/05a5f769bed2705d2c8c3c69f60441df645769214.png",
+ "width": 720
+ },
+ "jump_url": "//www.bilibili.com/opus/829284474633060387",
+ "opus_id": "829284474633060387",
+ "stat": {
+ "like": "0"
+ }
+ },
+ {
+ "content": "求证: B站创始人们的成分\n证: [图片]",
+ "cover": {
+ "height": 1600,
+ "url": "https://album.biliimg.com/bfs/new_dyn/830a9bbc3d5179a6d33af97e5baac7c8645769214.jpg",
+ "width": 720
+ },
+ "jump_url": "//www.bilibili.com/opus/828071498582327315",
+ "opus_id": "828071498582327315",
+ "stat": {
+ "like": "1"
+ }
+ },
+ {
+ "content": "如果排除掉可能的误差, 14=12.",
+ "cover": {
+ "height": 720,
+ "url": "https://album.biliimg.com/bfs/new_dyn/79823dd0b617af6fc71126d6e042de3f645769214.png",
+ "width": 1280
+ },
+ "jump_url": "//www.bilibili.com/opus/827727935543705620",
+ "opus_id": "827727935543705620",
+ "stat": {
+ "like": "1"
+ }
+ }
+ ],
+ "offset": "827727935543705620",
+ "update_num": 0
+ },
+ "message": "0",
+ "ttl": 1
+}
+```
+
+
+