Pixxel

List all bandsets

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

GET/v0/bandsets
Authorisations
AuthorizationString
Response
application/json
OK
bandsetsobject[]
Show child attributes
List all bandsets
1curl -X GET 'https://api.pixxel.space/v0/bandsets' \
2 -H 'Authorization: YOUR_API_KEY'
Response:
{
"bandsets": [
{
"bands": [
{
"name": "B001",
"wavelength": 473
}
],
"captures": 1,
"description": "Agriculture bandset",
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"name": "Agriculture"
}
]
}