Skip to main content
POST
/
image
处理图片
curl --request POST \
  --url https://api.kira.art/image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "imageId": "<string>"
}
'
{
  "imageId": "<string>",
  "url": "<string>",
  "blurUrl": "<string>",
  "thumbUrl": "<string>",
  "width": 123,
  "height": 123,
  "toolCallId": "<string>",
  "toolName": "<string>",
  "seed": 123,
  "prompt": "<string>"
}

Authorizations

Authorization
string
header
required

Supabase JWT Token

Body

application/json
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