Skip to main content

Example: FastView 50 cm System-Ready (1B) imagery

This example shows a FastView tasking request recipe for 50 cm color imagery to be collected and processed as a "System-Ready" (1B) image. Note that FastView uses a center point and one of four predefined buffer sizes to define the AOI. The start date for a FastView request cannot be more than 14 days from the request submission date.

Note: If you are using this example, update the start_collect_datetime value to a future date.

{
"tasking_tier": "fastView",
"request_description": "Example FastView request",
"start_collect_datetime": "2025-10-16t00:00:00z",
"geometry": {
"latitude": 40.5,
"longitude": -120.5,
"buffer": "8x8"
},
"tasking_details": {
"max_gsd": 0.59
},
"product_details": {
"product_type": "system-ready",
"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"
}
]
}