- 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
Style recognition
POST
/AIGCImgOpenServ/saas/tool/identifyStyle
Request
Header Params
X-Request-req-accessKeyId
string
optional
X-Request-req-accessKeySecret
string
optional
Body Params application/json
sourceImage
string
required
businessTaskId
string
required
callbackUrl
string
callback address
Example
{
"sourceImage": "https://aigcoss.zhiqiteai.cn/api-model-file/lora-img-file/jk fashion_v2_130370.png",
"businessTaskId": "100869960120240609",
"callbackUrl": "https://ic-pre.un.com/AIGCImgComServ/drawing/task/callback/tool/v1"
}
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/tool/identifyStyle' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceImage": "https://aigcoss.zhiqiteai.cn/api-model-file/lora-img-file/jk fashion_v2_130370.png",
"businessTaskId": "100869960120240609",
"callbackUrl": "https://ic-pre.un.com/AIGCImgComServ/drawing/task/callback/tool/v1"
}'
Responses
🟢200OK
application/json
Body
code
string
status code
msg
string
Status code description
data
object
required
task_id
string
任务ID
Example
{
"code": "200",
"msg": "success",
"data": {
"task_id": "pre1718697515338445992201"
}
}
Modified at 2024-08-09 01:18:39