{
"input": {
"height": 512,
"width": 512,
"initImage": "https://cdn.wujiebantu.com/ai/251846EF8EBC6DA836CEF7C5A41AF6C9.png",
"noiseTolerance": 16,
"quantize": 16,
"style": 202,
"threshold": 50,
"transparentPNG": true,
"vectorization": true,
"whiteMarginFormat": true,
"whiteOpaque": true
}
}
curl --location --request POST 'https://gate.wujieai.net/wj-open/v1/ai/pro/lab/createVectorsStudio' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"height": 512,
"width": 512,
"initImage": "https://cdn.wujiebantu.com/ai/251846EF8EBC6DA836CEF7C5A41AF6C9.png",
"noiseTolerance": 16,
"quantize": 16,
"style": 202,
"threshold": 50,
"transparentPNG": true,
"vectorization": true,
"whiteMarginFormat": true,
"whiteOpaque": true
}
}'
{
"code": "string",
"message": "string",
"data": {
"aiLabMutation": {
"vectorStudioCreateV2": {
"key": "string",
"aiType": "AI_LAB_INFINITE_ZOOM"
}
}
}
}