获取飞行任务信息
或者获取飞行任务列表
接口获取 folder_id作为task_folder_id。{
"name": "creat-model-test",
"reconstruction_type": [
"model_3d"
],
"simplified_factor": 0.2,
"task_folder_id": 3318,
"wkt": "EPSG:32649",
"quality_level": "high",
"reconstruction_mode": "normal",
"generate_model_formats": [
"b3dm"
]
}
curl --location --request POST 'https://es-flight-api-cn.djigate.com/openapi/v0.1/model/create' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}' \
--header 'X-User-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "creat-model-test",
"reconstruction_type": [
"model_3d"
],
"simplified_factor": 0.2,
"task_folder_id": 3318,
"wkt": "EPSG:32649",
"quality_level": "high",
"reconstruction_mode": "normal",
"generate_model_formats": [
"b3dm"
]
}'
{"code":0,"message":"","data":{"id":4437}}