新增img 转 3D api接口

This commit is contained in:
zcr
2026-04-13 14:50:35 +08:00
parent 6f4a0cc80c
commit c03488049e

View File

@@ -125,7 +125,9 @@ async def model_to_3views_v2(request_data: ToSVGRequest):
{
"minio_glb_path": "test/3d_result/glb/543570111d344552b080ff6f875e4e83.glb",
"bucket_name": "test",
"user_id": "123"
"user_id": "123",
"task_id": "string",
"callback_url": "http://18.167.251.121:10015/api/image/webhook/img-to-3d"
}
```