For the complete documentation index, see llms.txt. This page is also available as Markdown.

getExtentForAsset

API Version: 0.3.0

GET /asset/{asset_id}/extent

Get extent for asset.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

asset_Id

string

Asset ID

Response

{
  "data": {
    "features": [
      {
        "properties": {},
        "type": "string",
        "geometry": {
          "type": "string",
          "coordinates": [
            null
          ]
        }
      }
    ],
    "crs": {},
    "type": "string"
  },
  "status": "success"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Last updated

Was this helpful?