Img Open English
  1. AI image generation
Img Open English
  • AI image generation
    • sd text2image
      POST
    • sd Image to Image
      POST
    • sd controlnet
      POST
    • QueryModelList
      POST
    • QueryLoralList
      POST
    • QueryVaeList
      POST
    • queryEmbeddingList
      POST
  • task query
    • queryTaskInfoV1.0
      POST
    • queryTaskInfoV2.0
      POST
    • queryImageToolTaskInfo
      POST
  • train model
    • Submit training task
      POST
    • Training result query
      POST
  • image tool
    • Flux text2image
      POST
    • Single Face Swap V1.0
      POST
    • Single Face Swap V2.0
      POST
    • instantID
      POST
    • Face restoration
      POST
    • Super Resolution
      POST
    • image description
      POST
    • Multiple Face Swap
      POST
    • Face Detection
      POST
    • Prompt expansion
      POST
    • Hairstyle changer
      POST
    • Object Removal
      POST
    • Style recognition
      POST
    • Outpainting
      POST
    • CNT preview
      POST
    • background remove
      POST
    • image enlarge
      POST
    • image watermark
      POST
  1. AI image generation

QueryVaeList

POST
/AIGCImgOpenServ/saas/sd/v2/queryVaeList
img
VAE list

Request

Header Params
X-Request-req-accessKeyId
string 
optional
X-Request-req-accessKeySecret
string 
optional
Body Params application/json
vaeFileName
string 
required
pageSize
integer 
required
pageNum
integer 
required
Example
{
    "vaeFileName": "klF8Anime2_klF8Anime2VAE.ckpt",
    "pageSize": 1,
    "pageNum": 1
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/sd/v2/queryVaeList' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "vaeFileName": "klF8Anime2_klF8Anime2VAE.ckpt",
    "pageSize": 1,
    "pageNum": 1
}'

Responses

🟢200OK
application/json
Body
code
string 
required
msg
string 
required
data
object 
required
rows
array [object {2}] 
required
total
integer 
required
pageSize
integer 
required
pageNum
integer 
required
Example
{
    "code": "200",
    "msg": "success",
    "data": {
        "rows": [
            {
                "id": 2,
                "vaeFileName": "klF8Anime2_klF8Anime2VAE.ckpt"
            }
        ],
        "total": 1,
        "pageSize": 1,
        "pageNum": 1
    }
}
Modified at 2024-08-08 11:39:40
Previous
QueryLoralList
Next
queryEmbeddingList
Built with