{
"task_json": "{\"project_id\":\"127256236838932\",\"name\":\"\",\"worker_threads\":2,\"comment\":\"\"}",
"progress_callback": {
"url": "http://127.0.0.1:5000/task/onprogress",
"method": "post"
},
"finish_callback": {
"url": "http://127.0.0.1:5000/task/onfinish",
"method": "post"
}
}curl --location 'http://127.0.0.1:7760/api/public/task/execute' \
--header 'Authorization: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"task_json": "{\"project_id\":\"127256236838932\",\"name\":\"\",\"worker_threads\":2,\"comment\":\"\"}",
"progress_callback": {
"url": "http://127.0.0.1:5000/task/onprogress",
"method": "post"
},
"finish_callback": {
"url": "http://127.0.0.1:5000/task/onfinish",
"method": "post"
}
}'{
"code": 0,
"data": {
"id": "295009755455490",
"name": "odm_mygla_dataset_orthophoto",
"queue": {
"position": 4,
"running_task": {
"progress": 0.60799999999999998,
"start_time": 1776062263,
"time_consumed": 3
}
}
},
"msg": "OK"
}