curl --request GET \
--url https://api.kira.art/thread/timelines \
--header 'Authorization: Bearer <token>'{
"timelines": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"resourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"images": [
{
"imageId": "<string>",
"url": "<string>",
"blurUrl": "<string>",
"thumbUrl": "<string>",
"width": 123,
"height": 123,
"toolCallId": "<string>",
"toolName": "<string>",
"seed": 123,
"prompt": "<string>"
}
]
}
]
}获取用户的时间线数据,包含所有图片
curl --request GET \
--url https://api.kira.art/thread/timelines \
--header 'Authorization: Bearer <token>'{
"timelines": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"resourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"images": [
{
"imageId": "<string>",
"url": "<string>",
"blurUrl": "<string>",
"thumbUrl": "<string>",
"width": 123,
"height": 123,
"toolCallId": "<string>",
"toolName": "<string>",
"seed": 123,
"prompt": "<string>"
}
]
}
]
}