List of all bandsets, that can be used to place a tasking order.
cURL
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" } ] }
OK
The response is of type object.
object