Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/imagery/v1/search-imagery
{ "scenes": [ { "id": "<string>", "satellite": "<string>", "datetime": "<string>", "resolutionM": 123, "mode": "<string>", "geometryGeojson": "<string>", "previewUrl": "<string>", "assetUrl": "<string>" } ], "totalResults": 123, "cacheHit": true }
Successful response
Show child attributes
Was this page helpful?