Example Worldview 3D tasking request
This example shows a Worldview 3D tasking request recipe for a 3D DSM product.
Note: If you are using this example, update the
collect_datetimeandend_collect_datetimevalues to a future date.
{
"request_description": "Example of Worldview 3D tasking",
"start_collect_datetime": "2025-11-16t00:00:00z",
"end_collect_datetime": "2025-11-26t00:00:00z",
"geometry": {
"type":"Polygon",
"coordinates": [
[
[
-119.76792324183175,
39.528524716957236
],
[
-119.66961018398439,
39.528524716957236
],
[
-119.66961018398439,
39.402583551715
],
[
-119.76792324183175,
39.402583551715
],
[
-119.76792324183175,
39.528524716957236
]
]
],
},
"product_details": {
"product_type": "3dsm",
"infill_stereo_shadow": true,
"licensing": {
"end_use_code": "AGR"
}
},
"output_configs": [
{
"type": "amazon_s3",
"bucket": "my-bucket",
"prefix": "my-prefix"
}
],
"notifications": [
{
"type": "email",
"target": "user@example.com",
"level": "FINAL_ONLY"
}
]
}