Authorization: Bearer ********************
hd
创建具有更精细细节和更高一致性的图像。此参数仅支持dall-e-3
.{
"botType": "NIJI_JOURNEY",
"base64Array": "string",
"dimensions": "PORTRAIT",
"quality": "string",
"notifyHook": "string",
"state": "string"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/mj/submit/action' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "NIJI_JOURNEY",
"base64Array": "string",
"dimensions": "PORTRAIT",
"quality": "string",
"notifyHook": "string",
"state": "string"
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}