Render
POST /api/render
GET /api/render/demo?format=png
POST /api/render/video
QimuAI Assets Gateway
为 AI agent 提供图标、Logo、头像、开放素材、包信息和自托管海报/视频渲染接口。
POST /api/render
GET /api/render/demo?format=png
POST /api/render/video
GET /api/icons?search=wechat
GET /svg/ic/baseline-wechat.svg
GET /api/logos?search=openai
GET /api/picsum/list?limit=10
GET /api/artic/search?q=cat
GET /api/avatar?style=pixel-art&seed=Aaron
GET /api/fonts/css?family=Inter
GET /api/npm/search?text=react
GET /api/npm/package?name=sharp
GET /api/jsdelivr/package?pkg=react
除首页和 health 外,所有素材与 render 接口都需要 X-API-Key 请求头。
curl -H 'X-API-Key: ...' \
-X POST https://assets.qimuai.cn/api/render \
-H 'Content-Type: application/json' \
--data '{"title":"Agent Render","format":"png"}'