Returns a list of all available indices with their formulas and metadata
cURL
curl --request GET \ --url https://api.pixxel.space/v0/indices \ --header 'Authorization: <api-key>'
{ "indices": [ { "bands": [ "<string>" ], "colormap": "<string>", "created_at": "<string>", "description": "<string>", "expression": "<string>", "expression_type": "composite", "id": "<string>", "name": "<string>", "org_id": "<string>", "rescale": [ 123 ], "satellite_id": "<string>", "type": "custom", "updated_at": "<string>", "user_id": "<string>" } ], "pagination": { "total": 100, "offset": 0, "limit": 10 } }
Offset for pagination
Limit for pagination
Filter by satellite ID
Filter by index type (custom/preset)
Filter by expression type
Filter by index ID
OK
Show child attributes
composite
index
grayscale
custom
preset
100
0
10