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 /feed/

认证

可选 JWT

Query

名称类型
cursorstring
每页 20 条,按 created_at DESC

响应

{
  feeds: ResponseFeedSchema[],
  hasMore: boolean
}
ResponseFeedSchemaid / owner / image / video? / audio? / mediaType / originImageId / createdAt / likedNumber / flag

nsfw 过滤

  • 非 owner:过滤 flag[] includes "nsfw"
  • owner:所有可见
  • 未登录:按非 owner 处理

特殊:GET /feed/featured

同源文件,但查询 featured=true无分页,不受 nsfw 限制(除 requester≠owner)。

src/hono/feed/index.ts:209, 345

相关