- 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
Training result query
POST
/AIGCOpenCallBackServ/saas/query
img
Request
Body Params application/json
businessCode
string
required
businessId
string
required
Example
{
"businessCode": "string",
"businessId": "string"
}
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/AIGCOpenCallBackServ/saas/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessCode": "string",
"businessId": "string"
}'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
Modified at 2024-08-08 12:04:41