latestOpenAPI 3.1.02026-08-105279262.8 KB
51f7c5a8d15d
legacyPipelines
Create Order
Create a new imagery order. Specify the data source, area of interest, time interval, and processing parameters. The order will be queued for processing and you will receive notifications as it progresses through various stages.
post/pipelines
Request body
Example request
{
"off_nadir_angle": [
-30,
30
]
}Response
Success - pipeline(s) created
Example response
{
"data": {
"off_nadir_angle": [
-30,
30
]
}
}