# Pixxel ## Docs - [Create a new AOI](https://docs.pixxel.space/api-reference/aoi/create-a-new-aoi.md): Creates a new AOI with specified parameters - [Get AOI](https://docs.pixxel.space/api-reference/aoi/get-aoi.md): Get AOI by ID. Only the AOIs under current service user will be accessible. - [List all AOIs](https://docs.pixxel.space/api-reference/aoi/list-all-aois.md): List all Areas of Interest (AOIs) with optional filtering - [List supported satellites](https://docs.pixxel.space/api-reference/aoi/list-supported-satellites.md): List of supported satellites. This endpoint returns all available satellites in a single response; pagination is not required as the satellite catalog contains a limited set of entries. - [Get a collection](https://docs.pixxel.space/api-reference/archives/get-a-collection.md): Get a STAC collection by it's ID - [Get item](https://docs.pixxel.space/api-reference/archives/get-item.md): Get a STAC item by it's collection and item ID - [List all collections](https://docs.pixxel.space/api-reference/archives/list-all-collections.md): Returns a list of all collections available under archives. - [List items in a collection](https://docs.pixxel.space/api-reference/archives/list-items-in-a-collection.md): List of items present in a collection - [Search all items](https://docs.pixxel.space/api-reference/archives/search-all-items.md): Search for STAC items according to attributes of the item - [List assets for an AOI](https://docs.pixxel.space/api-reference/assets/list-assets-for-an-aoi.md): List all assets for a given AOI with optional filtering - [List all bandsets](https://docs.pixxel.space/api-reference/bandset/list-all-bandsets.md): List of all bandsets, that can be used to place a tasking order. - [Get Block by Version](https://docs.pixxel.space/api-reference/blocks/get-block-by-version.md): Responds with a specific version of a block - [Get Block Versions](https://docs.pixxel.space/api-reference/blocks/get-block-versions.md): Responds with all versions of a specific block - [List Blocks](https://docs.pixxel.space/api-reference/blocks/list-blocks.md): Responds with the list of all blocks - [Create a download resource](https://docs.pixxel.space/api-reference/catalog/create-a-download-resource.md): Create a download resource which will get populated with a signed url async. Only one of orderitem or catalog id should be populated in a single request. - [Create deliveries](https://docs.pixxel.space/api-reference/catalog/create-deliveries.md): Create a delivery request which will be fulfilled async, only one of catalog id or order_item should be populated in a single delivery request. - [Get a catalog](https://docs.pixxel.space/api-reference/catalog/get-a-catalog.md): Get a single catalog by ID - [Get download status](https://docs.pixxel.space/api-reference/catalog/get-download-status.md): Get the current status of a download resource, signed_url field will be populated only if the operation is successful. - [List all deliveries](https://docs.pixxel.space/api-reference/catalog/list-all-deliveries.md): List of all deliveries for the workspace - [Search all catalogs](https://docs.pixxel.space/api-reference/catalog/search-all-catalogs.md): Search all catalogs owned by the workspace - [Create a download request for assets in an AOI](https://docs.pixxel.space/api-reference/downloads/create-a-download-request-for-assets-in-an-aoi.md): Creates a download request for specified assets in an AOI - [Get status of a download request](https://docs.pixxel.space/api-reference/downloads/get-status-of-a-download-request.md): Gets the status of a download request for an AOI - [Ping Server](https://docs.pixxel.space/api-reference/external/ping-server.md): Returns a pong message. - [Create a new index](https://docs.pixxel.space/api-reference/indices/create-a-new-index.md): Creates a new index with the provided parameters - [List all available indices](https://docs.pixxel.space/api-reference/indices/list-all-available-indices.md): Returns a list of all available indices with their formulas and metadata - [Create Insights on an AOI](https://docs.pixxel.space/api-reference/insights/create-insights-on-an-aoi.md): Creates an insight or get the estimated cost of running the insight. - [Delete Insights](https://docs.pixxel.space/api-reference/insights/delete-insights.md): Deletes an insight - [Download Insights](https://docs.pixxel.space/api-reference/insights/download-insights.md): Creates a download package containing the specified input and output files from an insight - [List Insights](https://docs.pixxel.space/api-reference/insights/list-insights.md): Responds with the list of inisghts details as JSON. - [Create a job from a given workflow](https://docs.pixxel.space/api-reference/jobs/create-a-job-from-a-given-workflow.md): Create a job from a given workflow - [Download Job](https://docs.pixxel.space/api-reference/jobs/download-job.md): Creates a download package containing the specified input and output files from a job run of a workflow. - [Get Job by Id and WF Id](https://docs.pixxel.space/api-reference/jobs/get-job-by-id-and-wf-id.md): Get Job by Id and WF Id - [List Jobs](https://docs.pixxel.space/api-reference/jobs/list-jobs.md): List Jobs for a given workflow id - [Create an order](https://docs.pixxel.space/api-reference/order/create-an-order.md): Create a new order with tasking or/and archive orderitems - [Get an order](https://docs.pixxel.space/api-reference/order/get-an-order.md): Get an order by it's ID with it's associated orderitems. - [Get an orderItem](https://docs.pixxel.space/api-reference/order/get-an-orderitem.md): Get an orderitem by it's ID, it will also return the list of tasks associated with the ID. - [List all orderItems](https://docs.pixxel.space/api-reference/order/list-all-orderitems.md): List of all order-items in the workspace, the response is paginated. - [List all orders](https://docs.pixxel.space/api-reference/order/list-all-orders.md): List of all orders in the workspace. - [Get project](https://docs.pixxel.space/api-reference/project/get-project.md): Get project by ID. Only the projects under current service user will be accessible. - [List projects](https://docs.pixxel.space/api-reference/project/list-projects.md): List projects for the service user - [download order report](https://docs.pixxel.space/api-reference/report/download-order-report.md): Download the entire order history report for the organization, successful response is in csv format. - [Search satellite images](https://docs.pixxel.space/api-reference/search/search-satellite-images.md): Search for satellite images using various filters and parameters. This endpoint uses cursor-based pagination with next_token for efficient navigation through large result sets and consistent behaviour across external providers (Planetary, Element). Use the next_token from the response to fetch subse… - [Create a store](https://docs.pixxel.space/api-reference/stores/create-a-store.md): Create a store to export data to, under current workspace - [Delete a store](https://docs.pixxel.space/api-reference/stores/delete-a-store.md): Delete a store under current workspace - [List stores](https://docs.pixxel.space/api-reference/stores/list-stores.md): List stores under current workspace - [Download Task](https://docs.pixxel.space/api-reference/tasks/download-task.md): Creates a download package containing the specified task assets from a job run of a workflow. - [Create a new visualization](https://docs.pixxel.space/api-reference/visualizations/create-a-new-visualization.md): Creates a new visualization for an AOI using the specified index and assets - [List visualizations for an AOI](https://docs.pixxel.space/api-reference/visualizations/list-visualizations-for-an-aoi.md): Lists all visualizations for a given AOI with optional filtering - [Get Workflow Cost estimate](https://docs.pixxel.space/api-reference/workflows/get-workflow-cost-estimate.md): Get Workflow Cost estimate - [Get Workflows By Id](https://docs.pixxel.space/api-reference/workflows/get-workflows-by-id.md): Get workflows by a ID - [List workflows](https://docs.pixxel.space/api-reference/workflows/list-workflows.md): List workflows with pagination. Returns paginated results with limit (default: 50) and offset (default: 0) parameters. The response always includes pagination metadata with total count. - [Create a new AOI](https://docs.pixxel.space/developer/aoi/create-aoi.md) - [Get AOI](https://docs.pixxel.space/developer/aoi/get-aoi.md) - [List all AOIs](https://docs.pixxel.space/developer/aoi/list-aoi.md) - [Download Assets of an AOI](https://docs.pixxel.space/developer/assets/create-download.md) - [Get status of Download request](https://docs.pixxel.space/developer/assets/get-status-download-request.md) - [List Assets for an AOI](https://docs.pixxel.space/developer/assets/list-assets.md) - [Get Block by Version](https://docs.pixxel.space/developer/blocks/get-block-by-version.md) - [Get Block Versions](https://docs.pixxel.space/developer/blocks/get-block-versions.md) - [List Blocks](https://docs.pixxel.space/developer/blocks/list-blocks.md) - [Authentication & Security](https://docs.pixxel.space/developer/gettingstarted/authentication.md) - [Introduction](https://docs.pixxel.space/developer/gettingstarted/introduction.md) - [Setting Up](https://docs.pixxel.space/developer/gettingstarted/setup.md) - [Create Index](https://docs.pixxel.space/developer/indices/create-index.md) - [List all Indices](https://docs.pixxel.space/developer/indices/list-indices.md) - [Create Insights](https://docs.pixxel.space/developer/insights/create-insight.md) - [Delete Insights](https://docs.pixxel.space/developer/insights/delete-insights.md) - [Download Insights](https://docs.pixxel.space/developer/insights/download-insights.md) - [List Insights](https://docs.pixxel.space/developer/insights/list-insights.md) - [About Jobs and Tasks](https://docs.pixxel.space/developer/jobs/about.md) - [Create Job](https://docs.pixxel.space/developer/jobs/create-job.md) - [Download Job](https://docs.pixxel.space/developer/jobs/download-job.md) - [Download Task](https://docs.pixxel.space/developer/jobs/download-task.md) - [Get Job](https://docs.pixxel.space/developer/jobs/get-job.md) - [List Jobs](https://docs.pixxel.space/developer/jobs/list-jobs.md) - [Archive Order](https://docs.pixxel.space/developer/orders/archive.md) - [Bandsets](https://docs.pixxel.space/developer/orders/bandsets.md) - [Catalog](https://docs.pixxel.space/developer/orders/catalog.md) - [Cloud Delivery & Download](https://docs.pixxel.space/developer/orders/delivery-download.md) - [Orders & Order Items](https://docs.pixxel.space/developer/orders/order-orderitem.md) - [Archive Search](https://docs.pixxel.space/developer/orders/search-archive.md) - [What is STAC?](https://docs.pixxel.space/developer/orders/stac.md) - [Stores](https://docs.pixxel.space/developer/orders/stores.md) - [Tasking](https://docs.pixxel.space/developer/orders/tasking.md) - [Projects](https://docs.pixxel.space/developer/projects/list-get-projects.md) - [Data Types](https://docs.pixxel.space/developer/reference/datatypes.md): Reference for input and output data formats used across Insights, Workflows, and Jobs - [List supported satellites](https://docs.pixxel.space/developer/search/list-supported-satellites.md) - [Search satellite images](https://docs.pixxel.space/developer/search/satellite-image.md) - [Create Visualization](https://docs.pixxel.space/developer/visualizations/create-visualization.md) - [List all Visualizations](https://docs.pixxel.space/developer/visualizations/list-visualization.md) - [Get Workflow](https://docs.pixxel.space/developer/workflows/get-workflow.md) - [List Workflows](https://docs.pixxel.space/developer/workflows/list-workflow.md) - [Get Workflow Cost Estimate](https://docs.pixxel.space/developer/workflows/workflow-cost-estimate.md) - [General Settings](https://docs.pixxel.space/documentation/administration/generalsettings.md) - [Role Based Access Control](https://docs.pixxel.space/documentation/administration/rolebasedaccesscontrol.md) - [Spectral Signature](https://docs.pixxel.space/documentation/analytics_tools/spectral_graph.md) - [Split Compare](https://docs.pixxel.space/documentation/analytics_tools/split_compare.md) - [ARI (Anthocyanin Reflectance Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/ARI.md) - [CI (Cyanobacteria Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/CI.md) - [CMI (Clay Mineral Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/CMI.md) - [EVI2-2 (Enhanced Vegetation Index 2 - 2)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/EVI2-2.md) - [FAI (Floating Algae Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/FAI.md) - [FMI (Ferrous Mineral Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/FMI.md) - [GCI (Green Chlorophyll Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/GCI.md) - [GEMI (Global Environmental Monitoring Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/GEMI.md) - [GNDVI (Green Normalized Difference Vegetation Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/GNDVI.md) - [CVI (CHlorophyll Vegetation Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/GVI.md) - [IOI (Iron Oxide Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/IOI.md) - [MCI (Maximum CHlorophyll Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/MCI.md) - [MNDWI (Modified Normalized Difference Water Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/MNDWI.md) - [MSAVI (Modified Soil Adjusted Vegetation Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/MSAVI.md) - [MSI (Moisture Stress Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/MSI.md) - [MTVI (Modified Triangular Vegetation Index 2)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/MTVI.md) - [NBRI (Normalized Burn Ratio Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NBRI.md) - [NDBI (Normalized Difference Built-up Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NDBI.md) - [NDCI (Normalized Difference Chlorophyll Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NDCI.md) - [NDDI (Normalized Difference Drought Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NDDI.md) - [NDMI (Normalized Difference Moisture Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NDMI.md) - [NDR (Normalized Difference RedEdge)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NDR.md) - [NDSI (Normalized Difference Snow Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NDSI.md) - [NDVI (Normalized Difference Vegetation Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NDVI.md) - [NDWI (Normalized Difference Water Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NDWI.md) - [NMDI_SOIL (Normalized Multi-band Drought Index for Soil)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NMDI_SOIL.md) - [NMDI_VEG (Normalized Multi-band Drought Index for Vegetation)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/NMDI_VEG.md) - [OSI (Oil Spill Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/OSI.md) - [PRI (Photochemical Reflectance Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/PRI.md) - [PSRI (Plant Senescence Reflectance Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/PSRI.md) - [RECI (Red Edge Chlorophyll Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/RECI.md) - [REIP (Red Edge Inflection Point Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/REIP.md) - [RENDVI (Red Edge NDVI Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/RENDVI.md) - [RedEdge2](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/RedEdge2.md) - [SAVI (Soil Adjusted Vegetation Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/SAVI.md) - [SI (Salinity Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/SI.md) - [SIPI (Structure Intensive Pigment Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/SIPI.md) - [TVI (Transformed Vegetation Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/TVI.md) - [(VARI Visible Atmospherically Resistant Index)](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/VARI.md) - [List of Indices](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/available_indices.md) - [Preset Indices & Custom Indices](https://docs.pixxel.space/documentation/analytics_tools/visualizations/Indices/presetandcustomindices.md) - [Bands](https://docs.pixxel.space/documentation/analytics_tools/visualizations/bands.md) - [Overview](https://docs.pixxel.space/documentation/analytics_tools/visualizations/visualization_styles.md) - [Image Search](https://docs.pixxel.space/documentation/auroraintelligence/imagesearch.md) - [Overview](https://docs.pixxel.space/documentation/auroraintelligence/overview.md) - [Archive Ordering](https://docs.pixxel.space/documentation/cart&order/archive_ordering.md) - [Order Listing, Status and Details](https://docs.pixxel.space/documentation/cart&order/listing&status.md) - [Working with Cart](https://docs.pixxel.space/documentation/cart&order/working_with_cart.md) - [Export Imagery](https://docs.pixxel.space/documentation/catalog_and_delivery/delivery_to_cloud.md) - [My Catalog](https://docs.pixxel.space/documentation/catalog_and_delivery/my_catalog.md) - [Naming Convention](https://docs.pixxel.space/documentation/catalog_and_delivery/naming_convention.md) - [Allowed Email Domains](https://docs.pixxel.space/documentation/collaboration/allowedemaildomains.md) - [Members](https://docs.pixxel.space/documentation/collaboration/members.md) - [Projects](https://docs.pixxel.space/documentation/collaboration/projects.md) - [AOI Info and Scenes](https://docs.pixxel.space/documentation/explore/aoi_assets.md) - [Search and Select Images](https://docs.pixxel.space/documentation/explore/images.md) - [Search Location and Draw/Upload AOI](https://docs.pixxel.space/documentation/explore/location&aoi.md) - [Explore](https://docs.pixxel.space/documentation/explore/overview.md) - [Satellite Data](https://docs.pixxel.space/documentation/explore/satellites.md) - [Create or Join Workspace](https://docs.pixxel.space/documentation/getting_started/onboarding/create&joinorg.md) - [Sign-up and Login to Aurora](https://docs.pixxel.space/documentation/getting_started/onboarding/signup_login.md) - [Aurora](https://docs.pixxel.space/documentation/getting_started/overview.md) - [Quick Start](https://docs.pixxel.space/documentation/getting_started/quickstart.md) - [Third Party Satellite Provider Documents](https://docs.pixxel.space/documentation/legal_documents/overview.md) - [Model Overview](https://docs.pixxel.space/documentation/models/ChangeDetection/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/ChangeDetection/Quick_Tour.md) - [Model Overview](https://docs.pixxel.space/documentation/models/CloudGapFill/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/CloudGapFill/Quick_Tour.md) - [Model Overview](https://docs.pixxel.space/documentation/models/CropBioparameters/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/CropBioparameters/Quick_Tour.md) - [Model Accuracy](https://docs.pixxel.space/documentation/models/CropClassification/Accuracy.md) - [Model Architecture & Methodology](https://docs.pixxel.space/documentation/models/CropClassification/Architecture.md) - [Model Overview](https://docs.pixxel.space/documentation/models/CropClassification/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/CropClassification/Quick_Tour.md) - [Model Overview](https://docs.pixxel.space/documentation/models/CropGrowthMonitoring/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/CropGrowthMonitoring/Quick_Tour.md) - [Model Overview](https://docs.pixxel.space/documentation/models/CropStress/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/CropStress/Quick_Tour.md) - [Model Overview](https://docs.pixxel.space/documentation/models/FarmBoundaryDetection/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/FarmBoundaryDetection/Quick_Tour.md) - [Model Overview](https://docs.pixxel.space/documentation/models/ForestAboveGroundBiomass/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/ForestAboveGroundBiomass/Quick_Tour.md) - [Gap-filled NDVI](https://docs.pixxel.space/documentation/models/GapFilledNdvi/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/GapFilledNdvi/Quick_Tour.md) - [Model Overview](https://docs.pixxel.space/documentation/models/ImageClustering/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/ImageClustering/Quick_Tour.md) - [Model Overview](https://docs.pixxel.space/documentation/models/LandUseLandCover/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/LandUseLandCover/Quick_Tour.md) - [Optical Fusion](https://docs.pixxel.space/documentation/models/OpticalFusion/Optical_Fusion.md) - [Model Overview](https://docs.pixxel.space/documentation/models/PrincipalComponentAnalysis/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/PrincipalComponentAnalysis/Quick_Tour.md) - [Model Overview](https://docs.pixxel.space/documentation/models/Segmentation/Overview.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/Segmentation/Quick_Tour.md) - [Model Quick Tour](https://docs.pixxel.space/documentation/models/WaterQualityIndex/Quick_Tour.md) - [Pixxel’s Water Quality Retrieval Algorithm](https://docs.pixxel.space/documentation/models/WaterQualityIndex/wqiAlgo.md) - [Performance Assessment of Models for Sentinel-2](https://docs.pixxel.space/documentation/models/WaterQualityIndex/wqiAssessment.md) - [Model Overview](https://docs.pixxel.space/documentation/models/WaterQualityIndex/wqiOverview.md) - [Available Models](https://docs.pixxel.space/documentation/models/available_models.md) - [Insights in Aurora (AOI Screen)](https://docs.pixxel.space/documentation/models/insights.md) - [Model Marketplace](https://docs.pixxel.space/documentation/models/marketplace.md) - [Notifications](https://docs.pixxel.space/documentation/preferences/notificationpreferences.md) - [Preferences](https://docs.pixxel.space/documentation/preferences/themesupdatesnews.md) - [Archive Images](https://docs.pixxel.space/documentation/pricingandrefunds/archive.md) - [Billing Cycles](https://docs.pixxel.space/documentation/pricingandrefunds/billingcycles.md) - [Billing Details](https://docs.pixxel.space/documentation/pricingandrefunds/billingdetails.md) - [Payment Methods](https://docs.pixxel.space/documentation/pricingandrefunds/paymentmethods.md) - [Plans](https://docs.pixxel.space/documentation/pricingandrefunds/plans.md) - [Pricing Overview](https://docs.pixxel.space/documentation/pricingandrefunds/pricingoverview.md) - [Refunds](https://docs.pixxel.space/documentation/pricingandrefunds/refunds.md) - [Tasking Images](https://docs.pixxel.space/documentation/pricingandrefunds/tasking.md) - [Tokens](https://docs.pixxel.space/documentation/pricingandrefunds/tokens.md) - [Upgrading and Downgrading](https://docs.pixxel.space/documentation/pricingandrefunds/upgradesdowngrades.md) - [Pixxel's Constellation](https://docs.pixxel.space/documentation/satellite_and_imagery/constellation_overview.md) - [About Pixxel](https://docs.pixxel.space/documentation/satellite_and_imagery/pixxel_overview.md) - [Product Metadata](https://docs.pixxel.space/documentation/satellite_and_imagery/product_metadata.md) - [Product Processing](https://docs.pixxel.space/documentation/satellite_and_imagery/product_processing.md) - [Product Versions](https://docs.pixxel.space/documentation/satellite_and_imagery/product_versions.md) - [Pixxel's Tech Demonstrators](https://docs.pixxel.space/documentation/satellite_and_imagery/tech_demo_overview.md) - [Area of Interest](https://docs.pixxel.space/documentation/tasking/aoi.md) - [Available Bandsets](https://docs.pixxel.space/documentation/tasking/availbandsets.md) - [Custom Bandsets](https://docs.pixxel.space/documentation/tasking/custom_bandset.md) - [Feasibility Check](https://docs.pixxel.space/documentation/tasking/feasibility.md) - [Know Your Bussiness (KYB)](https://docs.pixxel.space/documentation/tasking/kyb.md) - [Know Your Customer (KYC)](https://docs.pixxel.space/documentation/tasking/kyc.md) - [Navigation to Order Desk](https://docs.pixxel.space/documentation/tasking/navigatingtoOrderdesk.md) - [Initiating a New Tasking Order](https://docs.pixxel.space/documentation/tasking/newTaskingorder.md) - [Off Nadir and Cloud Cover](https://docs.pixxel.space/documentation/tasking/offnadir&cloudcover.md) - [Delivery Speed & Package](https://docs.pixxel.space/documentation/tasking/package&speed.md) - [Recurring Tasking](https://docs.pixxel.space/documentation/tasking/recurringtasking.md) - [Tasking Basics](https://docs.pixxel.space/documentation/tasking/taskingbasics.md) - [Tasking Products](https://docs.pixxel.space/documentation/tasking/taskingproducts.md) - [Workflow and Jobs](https://docs.pixxel.space/documentation/workflows/workflow_process.md) ## OpenAPI Specs - [openapi](https://docs.pixxel.space/api-reference/openapi.json) - [openapi-staging](https://docs.pixxel.space/api-reference/openapi-staging.json)