{
"app_photo_num": 0,
"dock_photo_num": 0,
"folder_ids": [
0
],
"folder_uuids": [
"string"
],
"generate_model_formats": [
0
],
"import_photo_num": 0,
"media_num": 0,
"name": "string",
"predefine_area": {
"polygon_points": [
{
"lat": 0,
"lng": 0
},
{
"lat": 0,
"lng": 0
},
{
"lat": 0,
"lng": 0
}
]
},
"quality_level": 0,
"reconstruction_mode": 0,
"reconstruction_type": [
0
],
"simplified_factor": 0,
"wkt": "string",
"workspace_id": "string"
}
curl --location --request POST '/openapi/v0.9/model/api/v1/workspaces//reconstructions' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_photo_num": 0,
"dock_photo_num": 0,
"folder_ids": [
0
],
"folder_uuids": [
"string"
],
"generate_model_formats": [
0
],
"import_photo_num": 0,
"media_num": 0,
"name": "string",
"predefine_area": {
"polygon_points": [
{
"lat": 0,
"lng": 0
},
{
"lat": 0,
"lng": 0
},
{
"lat": 0,
"lng": 0
}
]
},
"quality_level": 0,
"reconstruction_mode": 0,
"reconstruction_type": [
0
],
"simplified_factor": 0,
"wkt": "string",
"workspace_id": "string"
}'
{
"code": 0,
"message": "success",
"data": {
"id": 81119,
"uuid": "b5131cee-4e0e-47f8-af8d-23d6e0741370"
}
}