curl --request GET \
--url https://api.kira.art/version/versions/{threadId} \
--header 'Authorization: Bearer <token>'{
"versions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"resourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"messageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"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/version/versions/{threadId} \
--header 'Authorization: Bearer <token>'{
"versions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"resourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"messageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"images": [
{
"imageId": "<string>",
"url": "<string>",
"blurUrl": "<string>",
"thumbUrl": "<string>",
"width": 123,
"height": 123,
"toolCallId": "<string>",
"toolName": "<string>",
"seed": 123,
"prompt": "<string>"
}
]
}
]
}