Skip to main content
GET
/
user
/
{userId}
/
feed
获取用户的 Feed
curl --request GET \
  --url https://api.kira.art/user/{userId}/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
}

Path Parameters

userId
string<uuid>
required

Query Parameters

page
integer
default:1

Response

200 - application/json

Feed 列表

feeds
object[]
hasMore
boolean