Skip to main content

How do i get my Instance ID?

I have the following script

const SENTINEL_CONFIG = {
  instanceId: 'YOUR_INSTANCE_ID', // Replace with your Sentinel Hub instance ID
  clientId: 'YOUR_CLIENT_ID',     // Replace with your client ID
  clientSecret: 'YOUR_CLIENT_SECRET', // Replace with your client secret
  layerId: 'NDVI'                 // Layer to display

Hi ​@Kudzai,

The instance ID is associated with configurations and used in the URL of OGC services.  You can find them here: https://apps.sentinel-hub.com/dashboard/#/configurations

Also see this FAQ: https://www.sentinel-hub.com/faq/where-get-instance-id/

Thanks,

Matt


Reply