-
Notifications
You must be signed in to change notification settings - Fork 4
API 画廊
liwei9745 edited this page Jul 9, 2026
·
1 revision
title: API 画廊 type: entity created: 2026-07-10 updated: 2026-07-10 sources: [genbox-extracted.json] tags: [api, gallery]
| Method | Path | 说明 |
|---|---|---|
| GET | /api/gallery | 列表 |
| GET | /api/gallery/thumb/{filename} | 缩略图 |
| GET | /api/gallery/image/{filename} | 原图 |
| GET | /api/gallery/image/{filename}/base64 | base64 |
| DELETE | /api/gallery/{item_id} | 删除 |
| POST | /api/gallery/batch-delete | 批量删 |
| POST | /api/gallery/batch-download | 批量下 |
| POST | /api/gallery/rename | 重命名 |
| GET | /api/gallery/video-info/{item_id} | 视频信息 |
| GET | /api/preview/images | 预览 |