Skip to content
  • There are no suggestions because the search field is empty.

Creating and ordering Vessel Classifications from the archive using the API

Vessel Detection products can be created from any archive imagery using the POST /orders API endpoint.

The following code snippet shows an example payload that submits an order for both the SICD image product and a Vessel Classification product. If the Vessel Classification product does not exist, it will be created on-demand.

Note: a SICD image must be specified as part of the analytic order as this is the product used to derive Vessel Classification, and it must be ordered along with vessel classification.

{
"Items":[
{
"collectionId": "capella-sicd",
"granuleId": "CAPELLA_C10_SP_SICD_HH_20240106185104_20240106185130"
},
{
"productType": "VS",
"collectIds": ["e2ed40fa-c581-4fde-a09e-b2ef91268e79]
} ]}

For more information on the Capella Public API, please consult the following documentation.