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