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 /version/versions/:threadId

认证

Bearer JWT

响应

ResponseVersionSchema[]

// 每项
{
  id: string,
  resourceId: string,
  threadId: string,
  messageId: string,
  images: ResponseImageSchema[],
  videos: ResponseVideoSchema[],
  audios: ResponseAudioSchema[]
}
created_at ASC 排序。每个媒体都带预签名 URL 和 blurhash。

src/hono/version/index.ts

相关端点

  • GET /rewind/versions/:feedId — 公开访问,根据 feed 反查版本历史(无需 JWT);对于标记 nsfw 的 thread,非 owner 会被阻断

相关