{
"input": {
"imageUrl": "string",
"imageUrlParam": {
"key": "string",
"url": "string"
},
"imageUrls": [
"string"
],
"modelCode": 0,
"negativePoints": [
{
"x": null,
"y": null
}
],
"notifyUrl": "string",
"positivePoints": [
{
"x": null,
"y": null
}
],
"prompt": "string",
"threshold": 0
}
}
curl --location --request POST 'https://gate.wujieai.net/wj-open/v1/ai/pro/lab/create/segmentation' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"imageUrl": "string",
"imageUrlParam": {
"key": "string",
"url": "string"
},
"imageUrls": [
"string"
],
"modelCode": 0,
"negativePoints": [
{
"x": null,
"y": null
}
],
"notifyUrl": "string",
"positivePoints": [
{
"x": null,
"y": null
}
],
"prompt": "string",
"threshold": 0
}
}'
{
"code": "string",
"message": "string",
"data": {
"aiLabMutation": {
"segmentAnythingCreateV2": {
"aiType": "AI_LAB_INFINITE_ZOOM",
"key": "string"
}
}
}
}