latestOpenAPI 3.1.02026-08-105279262.8 KB
51f7c5a8d15d
archiveSearch
Search Archive
Search the satellite imagery archive for available scenes matching your criteria. Returns scenes with metadata including cloud cover, resolution, and offering IDs.
post/data/search
Request body
Example request
{
"off_nadir_angle": [
-30,
30
]
}Response
Success
Example response
{
"data": [
{
"off_nadir_angle": 12.5
}
]
}