GET
/
v0
/
bandsets
curl --request GET \
  --url https://api.pixxel.space/v0/bandsets \
  --header 'Authorization: <api-key>'
{
  "bandsets": [
    {
      "bands": [
        {
          "name": "B001",
          "wavelength": 473
        }
      ],
      "captures": 1,
      "description": "Agriculture bandset",
      "id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
      "name": "Agriculture"
    }
  ]
}

Authorizations

Authorization
string
header
required

Response

200
application/json
OK
bandsets
object[]