Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.geeknow.top/llms.txt

Use this file to discover all available pages before exploring further.

上传管理

上传管理目前主要暴露一个公开文档接口:POST /api/upload/presign。它为客户端返回一个可直接执行 PUT 上传的对象存储地址。

上传图片

生成对象存储预签名 PUT URL,并返回上传后的 public_url

下游用法

把上传后的 public_url 传给 /v1/images/*/v1/video/generations/v1/videos 或 Midjourney 相关接口。

路由清单

MethodPath说明
POST/api/upload/presign创建对象存储预签名上传地址

相关页面