{
"template_id": 460,
"num": 1,
"init_image": "https://cdn.wujiebantu.com/ai/C837D53F842A48AEDFA7DA2976D834FE-01.png",
"init_image_check_key": "C5B5FE8DBF3679D9049342C130341BD9",
"notify_url": "https://gate.wujieai.com/ai/callback",
"width": 800,
"height": 1200
}
curl --location --request POST 'https://gate.wujieai.net/wj-open/v1/mirror/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_id": 460,
"num": 1,
"init_image": "https://cdn.wujiebantu.com/ai/C837D53F842A48AEDFA7DA2976D834FE-01.png",
"init_image_check_key": "C5B5FE8DBF3679D9049342C130341BD9",
"notify_url": "https://gate.wujieai.com/ai/callback",
"width": 800,
"height": 1200
}'
{
"code": "200",
"message": "success",
"data": {
"keys": "C5B5FE8DBF3679D9049342C130341BD9",
"results": [
{
"key": "C5B5FE8DBF3679D9049342C130341BD9",
"expected_generate_second": 12,
"expected_queue_second": 12
}
]
}
}