v1

latestOpenAPI 3.0.02026-08-0455133277.1 KB
Bandset

List all bandsets

List of all bandsets, that can be used to place a tasking order.

get/v0/bandsets

Response

OK

Example response

{
  "bandsets": [
    {
      "bands": [
        {
          "name": "B001",
          "wavelength": 473
        }
      ],
      "captures": 1,
      "description": "Agriculture bandset",
      "id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
      "name": "Agriculture"
    }
  ]
}