Skip to main content
GET
/
image
/
{imageId}
获取图片信息
curl --request GET \
  --url https://api.kira.art/image/{imageId}
{
  "imageId": "<string>",
  "url": "<string>",
  "blurUrl": "<string>",
  "thumbUrl": "<string>",
  "width": 123,
  "height": 123,
  "toolCallId": "<string>",
  "toolName": "<string>",
  "seed": 123,
  "prompt": "<string>"
}

Path Parameters

imageId
string
required

Response

200 - application/json

图片信息

imageId
string
required
url
string
blurUrl
string
thumbUrl
string
width
integer
height
integer
toolCallId
string
toolName
string
seed
integer
prompt
string