Img Open English
  1. train model
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. train model

Training result query

POST
/AIGCOpenCallBackServ/saas/query
img

Request

Body Params application/json
businessCode
string 
required
Fixed modelTraining
businessId
string 
required
TaskId of model training
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
Previous
Submit training task
Next
Flux text2image
Built with