v1
latestOpenAPI 3.0.02026-08-0455133277.1 KBAOI
Create a new AOI
Creates a new AOI with specified parameters
post/v0/aois
Request body
Example request
{
"name": "AOI-D2",
"description": "This AOI contains images of D2",
"satellite_id": "0005c5bb-0bd2-4c80-9393-4a808341c54c",
"provider": "pixxel",
"project_id": "ce5dcc14-8291-4b0c-a278-8c05ec426d22",
"geometry": {
"type": "Polygon"
},
"item_ids": [
"TD2_00056_20230815_L2A_004010_01001001"
]
}Response
Created
Example response
{
"aoi_id": "e9767554-550e-4464-a677-b8cf096073ab",
"name": "AOI-D2",
"description": "This AOI contains images of D2",
"satellite_id": "0005c5bb-0bd2-4c80-9393-4a808341c54c",
"project_id": "ce5dcc14-8291-4b0c-a278-8c05ec426d22",
"eo_bands": [
"B01",
"B02",
"B03"
],
"geometry": {
"type": "Polygon"
},
"progress": 100,
"created_at": "2022-11-14T12:55:49.125928+00:00",
"updated_at": "2022-11-14T12:55:49.125928+00:00",
"user_id": "user-123456",
"area_in_sq_m": 123456.78,
"centroid": [
77.55,
12.95
]
}