Skip to main content
GET
/
feed
获取公开 Feed 列表
curl --request GET \
  --url https://api.kira.art/feed
{
  "feeds": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "originImageId": "<string>",
      "owner": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "nickname": "<string>",
        "avatarUrl": "<string>",
        "plan": "<string>"
      },
      "image": {
        "imageId": "<string>",
        "url": "<string>",
        "blurUrl": "<string>",
        "thumbUrl": "<string>",
        "width": 123,
        "height": 123,
        "toolCallId": "<string>",
        "toolName": "<string>",
        "seed": 123,
        "prompt": "<string>"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "likedNumber": 123
    }
  ],
  "hasMore": true
}

Query Parameters

page
integer
default:1

Response

200 - application/json

Feed 列表

feeds
object[]
hasMore
boolean