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
Show child attributes
number of captures required to fulfill the order for the current bandset. tasking order cost is dependent on the number of captures required by the bandset
1
description of the bandset
"Agriculture bandset"
id of the bandset
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
name of the bandset
"Agriculture"
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"
}
]
}