QimuAI Assets Gateway

统一素材与渲染网关

为 AI agent 提供图标、Logo、头像、开放素材、包信息和自托管海报/视频渲染接口。

Health

Render

POST /api/render
GET  /api/render/demo?format=png
POST /api/render/video

Icons & Logos

GET /api/icons?search=wechat
GET /svg/ic/baseline-wechat.svg
GET /api/logos?search=openai

Media

GET /api/picsum/list?limit=10
GET /api/artic/search?q=cat
GET /api/avatar?style=pixel-art&seed=Aaron

Development

GET /api/fonts/css?family=Inter
GET /api/npm/search?text=react
GET /api/npm/package?name=sharp
GET /api/jsdelivr/package?pkg=react

Render Demo

除首页和 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"}'