external
Archives
Bandset
Catalog
Report
Bandset
List all bandsets
Bandset
List all bandsets
List of all bandsets, that can be used to place a tasking order.
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
Response
200
application/json
OK
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
Example:
1
description of the bandset
Example:
"Agriculture bandset"
id of the bandset
Example:
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
name of the bandset
Example:
"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"
}
]
}