- AI image generation
- task query
- train model
- image tool
- Flux text2imagePOST
- Single Face Swap V1.0POST
- Single Face Swap V2.0POST
- instantIDPOST
- Face restorationPOST
- Super ResolutionPOST
- image descriptionPOST
- Multiple Face SwapPOST
- Face DetectionPOST
- Prompt expansionPOST
- Hairstyle changerPOST
- Object RemovalPOST
- Style recognitionPOST
- OutpaintingPOST
- CNT previewPOST
- background removePOST
- image enlargePOST
- image watermarkPOST
queryEmbeddingList
POST
/AIGCImgOpenServ/saas/sd/v2/queryEmbeddingList
img
How to use: Put the value of embeddingSimplifyName into the negative_prompt parameter.
Request
Body Params application/json
pageSize
integer
lines per page
pageNum
integer
page number
Example
{
"pageSize": 10,
"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/queryEmbeddingList' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 10,
"pageNum": 1
}'
Responses
🟢200成功
application/json
Body
code
string
status code
msg
string
describe
data
object
required
rows
array [object {3}]
required
total
integer
required
pageSize
integer
required
pageNum
integer
required
Example
{
"code": "200",
"msg": "success",
"data": {
"rows": [
{
"id": 3,
"embeddingName": "FastNegativeV2.pt",
"embeddingSimplifyName": "FastNegativeV2"
},
{
"id": 4,
"embeddingName": "bad-artist-anime.pt",
"embeddingSimplifyName": "bad-artist-anime"
},
{
"id": 5,
"embeddingName": "bad-artist.pt",
"embeddingSimplifyName": "bad-artist"
},
{
"id": 6,
"embeddingName": "bad-hands-5.pt",
"embeddingSimplifyName": "bad-hands-5"
},
{
"id": 7,
"embeddingName": "bad-image-v2-39000.pt",
"embeddingSimplifyName": "bad-image-v2-39000"
},
{
"id": 8,
"embeddingName": "bad-picture-chill-75v.pt",
"embeddingSimplifyName": "bad-picture-chill-75v"
},
{
"id": 9,
"embeddingName": "bad_prompt.pt",
"embeddingSimplifyName": "bad_prompt"
},
{
"id": 10,
"embeddingName": "bad_prompt_version2.pt",
"embeddingSimplifyName": "bad_prompt_version2"
},
{
"id": 11,
"embeddingName": "badhandv4.pt",
"embeddingSimplifyName": "badhandv4"
},
{
"id": 12,
"embeddingName": "by-bad-artist-neg.pt",
"embeddingSimplifyName": "by-bad-artist-neg"
}
],
"total": 10,
"pageSize": 10,
"pageNum": 1
}
}
Modified at 2024-08-08 11:40:51