id can be passed as wayline_id to the Get flight route details interface to obtain the download address of the flight route.curl --location --request GET '/openapi/v0.1/wayline' \
--header 'X-Request-Id;' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}'{
"code": 0,
"message": "",
"data": {
"list": [
{
"id": "9685c7fe-a231-4612-9ced-1d2921db04ad",
"name": "Speaker",
"size": 3724762,
"payload_information": [
{
"domain": "1",
"type": "98",
"lens_type": "wide"
}
],
"device_model_key": "0-100-0",
"template_types": [
"waypoint"
],
"update_time": 1737547741191
},
{
"id": "a70c8dec-ec58-4c8d-9ca7-e27c2f01a2d4",
"name": "Create new area route",
"size": 1391439,
"payload_information": [
{
"domain": "1",
"type": "66",
"lens_type": "wide"
}
],
"device_model_key": "0-77-0",
"template_types": [
"mapping_2d"
],
"update_time": 1737544576295
}
]
}
}