Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tech.illasoft.com/llms.txt

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

路径

GET /user/profile/:userId

认证

无(公开)

响应

{
  id: string,
  nickname: string,
  avatarUrl: string,
  plan: string
}
子集字段,不含 email / credit / addon_credits / language / watermark / isOpenNotification。 用于展示 Feed 作者、公开主页、Rewind 等场景。

src/hono/user/index.ts

相关